Skip to content

Commit

Permalink
Disable Sauce browsers for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
tilgovi committed Apr 30, 2015
1 parent 5015d2d commit cf5e039
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ matrix:
- env: BROWSER=SL_IE_8
include:
- env: COMMAND='npm run lint'
script: $COMMAND
script:
- '[ "${TRAVIS_PULL_REQUEST}" = "false" -o "${BROWSER}" = "PhantomJS" ] && ${COMMAND} || false'

0 comments on commit cf5e039

Please sign in to comment.