Skip to content

Commit cf5e039

Browse files
committed
Disable Sauce browsers for pull requests
1 parent 5015d2d commit cf5e039

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ matrix:
2222
- env: BROWSER=SL_IE_8
2323
include:
2424
- env: COMMAND='npm run lint'
25-
script: $COMMAND
25+
script:
26+
- '[ "${TRAVIS_PULL_REQUEST}" = "false" -o "${BROWSER}" = "PhantomJS" ] && ${COMMAND} || false'

0 commit comments

Comments
 (0)