Skip to content

Commit 9044178

Browse files
committed
Other: Travis should exit with the respective error when running sauce tests
1 parent 73721f1 commit 9044178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ branches:
1515
matrix:
1616
include:
1717
- node_js: 6
18-
script: if [ -n "$SAUCE_USERNAME" ]; then travis_wait npm run zuul; sleep 3; fi
18+
script: set -e; if [ -n "$SAUCE_USERNAME" ]; then travis_wait npm run zuul; sleep 3; fi
1919
- node_js: 6
2020
script: npm run coverage-ci

0 commit comments

Comments
 (0)