Skip to content

Commit

Permalink
Merge pull request #32 from MartinSandstrom/patch-1
Browse files Browse the repository at this point in the history
fix(travis): don't run SauceLabs on PR's
  • Loading branch information
seriema committed Sep 13, 2015
2 parents cf57763 + b20c786 commit 5cecae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_script:
script:
- 'npm test'
- 'npm run coveralls'
- 'npm run saucelabs'
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && npm run saucelabs || true'
after_script:
- 'cat $LOGS_DIR/karma.log'
env:
Expand Down

0 comments on commit 5cecae0

Please sign in to comment.