From: Vincent Bernat Date: Sat, 19 Mar 2016 19:04:51 +0000 (+0100) Subject: travis: message to explain why we don't continue w/ coverity stuff X-Git-Tag: 0.9.3~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2187c1ea8853a53793b26a4444b8143a560a024;p=thirdparty%2Flldpd.git travis: message to explain why we don't continue w/ coverity stuff --- diff --git a/tests/ci/run.sh b/tests/ci/run.sh index 530bc100..45ca71f8 100755 --- a/tests/ci/run.sh +++ b/tests/ci/run.sh @@ -5,6 +5,7 @@ set -e # Handle coverity scan case "${RUN_COVERITY}","${TRAVIS_BRANCH}" in 0,"${COVERITY_SCAN_BRANCH_PATTERN}") + echo "On coverity branch, don't execute a normal build" exit 0 ;; 1,"${COVERITY_SCAN_BRANCH_PATTERN}") @@ -16,6 +17,7 @@ case "${RUN_COVERITY}","${TRAVIS_BRANCH}" in exit $? ;; 1,*) + echo "On regular branch, don't run a coverity build" exit 0 ;; esac