Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 20ee226

Browse files
committed
Added JDK and Scala version on telegram notification
1 parent 8c3203e commit 20ee226

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

telegram_notification.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ send_msg () {
2626
send_msg "
2727
-------------------------------------
2828
Travis build *${build_status}!*
29-
\`Repository: ${TRAVIS_REPO_SLUG}\`
30-
\`Branch: ${TRAVIS_BRANCH}\`
29+
\`Repository: ${TRAVIS_REPO_SLUG}\`
30+
\`Branch: ${TRAVIS_BRANCH}\`
31+
\`JDK Version: ${TRAVIS_JDK_VERSION}\`
32+
\`Scala Version: ${TRAVIS_SCALA_VERSION}\`
3133
*Commit Msg:*
3234
${TRAVIS_COMMIT_MESSAGE}
3335
[Job Log here](${TRAVIS_JOB_WEB_URL})

0 commit comments

Comments
 (0)