aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2016-06-24 05:09:28 -0400
committerMike Frysinger <vapier@chromium.org>2016-06-24 05:09:28 -0400
commite0f2c17988dadcc7fb760b118b1741883435bbfd (patch)
treee2d9210d7590a593818c34dc24189a7128b4d908 /scripts
parenttravis: move configure step to the prepare phase (diff)
downloadbreakpad-e0f2c17988dadcc7fb760b118b1741883435bbfd.tar.xz
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.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis-build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/travis-build.sh b/scripts/travis-build.sh
index 7558b399..fca1773e 100755
--- a/scripts/travis-build.sh
+++ b/scripts/travis-build.sh
@@ -21,6 +21,8 @@ setup_env() {
# 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() {
if [ "${TRAVIS_JOB_NUMBER##*.}" != "1" ] || \
[ -n "${TRAVIS_TAG}" ] || \