projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9d622a1
)
New travis build infrastructure is 'set -e' sensitive
Peter Rabbitson [Fri, 1 Feb 2013 04:28:03 +0000 (
05:28
+0100)]
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
e6765dc
..
c501d03
100644
(file)
--- 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