diff --git a/.travis.yml b/.travis.yml index fb9e24906..640f8c0c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,8 @@ branches: matrix: include: - node_js: 6 - script: - - travis_wait npm run zuul - - sleep 3 + script: + - 'if [ "$SAUCE_USERNAME" ]; then travis_wait npm run zuul; sleep 3; fi' include: - node_js: 6 script: