From f4cf75e4e4192910b52dd5864a32ee138bd4e508 Mon Sep 17 00:00:00 2001 From: dcodeIO Date: Fri, 20 Jan 2017 17:50:27 +0100 Subject: [PATCH] Other: Do not try to run sauce tests for PRs [ci skip] --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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: