Skip to content

Commit

Permalink
Other: Do not try to run sauce tests for PRs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Jan 20, 2017
1 parent dca26ba commit f4cf75e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f4cf75e

Please sign in to comment.