Skip to content

Commit f4cf75e

Browse files
committed
Other: Do not try to run sauce tests for PRs [ci skip]
1 parent dca26ba commit f4cf75e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ branches:
2121
matrix:
2222
include:
2323
- node_js: 6
24-
script:
25-
- travis_wait npm run zuul
26-
- sleep 3
24+
script:
25+
- 'if [ "$SAUCE_USERNAME" ]; then travis_wait npm run zuul; sleep 3; fi'
2726
include:
2827
- node_js: 6
2928
script:

0 commit comments

Comments
 (0)