]> source.dussan.org Git - sonarqube.git/commitdiff
Update .travis.yml
authorEric Lorenzana <eric.lorenzana@sonarsource.com>
Wed, 5 Apr 2023 11:09:08 +0000 (13:09 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 5 Apr 2023 14:13:57 +0000 (14:13 +0000)
Co-authored-by: Mate Molnar <matemoln@users.noreply.github.com>
.travis.yml

index 43f37395b39f48ff9fcee7f42939586d718201ef..570d624cd0a2b329186a25c1382630206bc209d3 100644 (file)
@@ -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"