From 9044178c052299670108f10621d6e9b3d56e8a40 Mon Sep 17 00:00:00 2001 From: dcodeIO Date: Wed, 25 Jan 2017 19:55:06 +0100 Subject: [PATCH] Other: Travis should exit with the respective error when running sauce tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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