Skip to content

Commit

Permalink
Merge pull request #1281 from outsideris/disable-saucelabs-on-pr
Browse files Browse the repository at this point in the history
diablse sauce labs tests on pull request
  • Loading branch information
outsideris committed Aug 18, 2015
2 parents e8f6e13 + 42ce6b9 commit 18fa3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ before_script:
- npm install -g grunt-cli
script:
- grunt test --verbose
- grunt saucelabs-test
- if [[ $TRAVIS_PULL_REQUEST == "false" ]]; then grunt saucelabs-test; fi
- grunt karma:travis
- grunt coveralls:travis
before_deploy:
Expand Down

0 comments on commit 18fa3ca

Please sign in to comment.