mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-01-03 16:25:38 +00:00
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.
This commit is contained in:
parent
af8840d910
commit
e0f2c17988
|
@ -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}" ] || \
|
||||
|
|
Loading…
Reference in a new issue