New travis build infrastructure is 'set -e' sensitive
Peter Rabbitson [Fri, 1 Feb 2013 04:28:03 +0000 (05:28 +0100)]
.travis.yml

index e6765dc..c501d03 100644 (file)
@@ -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