diff --git a/.travis.yml b/.travis.yml index a9ca15883..ab8e73474 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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