aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Lorenzana <eric.lorenzana@sonarsource.com>2023-04-05 13:09:08 +0200
committersonartech <sonartech@sonarsource.com>2023-04-05 14:13:57 +0000
commit01497270ed5408919861c068e3f00879328f0901 (patch)
treea1221db7c9f2570b964dd75fbfeed744bf6da5b4 /.travis.yml
parent0ec00166969f38b57508f572b7e45bcaec57f6d9 (diff)
downloadsonarqube-01497270ed5408919861c068e3f00879328f0901.tar.gz
sonarqube-01497270ed5408919861c068e3f00879328f0901.zip
Update .travis.yml
Co-authored-by: Mate Molnar <matemoln@users.noreply.github.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 43f37395b39..570d624cd0a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,7 @@ notifications:
on_start: always
# This is a temporary change as Travis is currently executing this body even
-# when TRAVIS_TEST_RESULT=0 (support ticket #44617).
+# when the job run successfully (support ticket #44617).
# The changes should be reverted once we have a proper solution.
after_failure:
- "[[ $TRAVIS_TEST_RESULT = 1 ]] && source ./.travis/setup_environment.sh && notify_burgr \"build\" \"build\" \"$TRAVIS_JOB_WEB_URL\" \"$(cat /tmp/build_start_time)\" \"$(date --utc +%FT%TZ)\" \"failed\" || true"