From 0f7c84468c66a6c3a9ae081b4017b53b92dde87f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 24 Jun 2016 05:07:55 -0400 Subject: travis: note misbehavior by coverity addon when throttled Example here: https://travis-ci.org/libgd/libgd/builds/139971212 The last line in the log is just the throttle notice. --- travis/main.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/travis/main.sh b/travis/main.sh index 9c8c9c9..50e8a2f 100755 --- a/travis/main.sh +++ b/travis/main.sh @@ -4,6 +4,8 @@ # We have to do this by hand rather than use the coverity addon because of # matrix explosion: https://github.com/travis-ci/travis-ci/issues/1975 +# We also do it by hand because when we're throttled, the addon will exit +# the build immediately and skip the main script! coverity_scan() { local reason [[ ${TRAVIS_JOB_NUMBER} != *.1 ]] && reason="not first build job" -- cgit v1.2.3-65-gdbad