From: Peter Rabbitson Date: Fri, 1 Feb 2013 04:28:03 +0000 (+0100) Subject: New travis build infrastructure is 'set -e' sensitive X-Git-Tag: v0.08206~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=5e99a71adf8f6a6a24f7ea882db880525fb5b7ec New travis build infrastructure is 'set -e' sensitive --- diff --git a/.travis.yml b/.travis.yml index e6765dc..c501d03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -172,3 +172,7 @@ after_script: # TIMEOUT: 300s # #- source maint/travis-ci_scripts/60_after_script.bash + + # if we do not unset this before we terminate the travis teardown will + # mark the entire job as failed + - set +e