Skip to content

Commit

Permalink
Other: Travis should exit with the respective error when running sauc…
Browse files Browse the repository at this point in the history
…e tests
  • Loading branch information
dcodeIO committed Jan 25, 2017
1 parent 73721f1 commit 9044178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ branches:
matrix:
include:
- node_js: 6
script: if [ -n "$SAUCE_USERNAME" ]; then travis_wait npm run zuul; sleep 3; fi
script: set -e; if [ -n "$SAUCE_USERNAME" ]; then travis_wait npm run zuul; sleep 3; fi
- node_js: 6
script: npm run coverage-ci

0 comments on commit 9044178

Please sign in to comment.