Skip to content

Commit

Permalink
diablse sauce labs tests on pull request
Browse files Browse the repository at this point in the history
* refer <http://docs.travis-ci.com/user/pull-requests/>
* For security reason, travis build for PR can't use
  encrypted data or environment variables. So, tests in
  sauce labs can't run on PR. See details in
  <travis-ci/travis-ci#1946>
* close summernote#1279
  • Loading branch information
outsideris committed Aug 18, 2015
1 parent e8f6e13 commit 1273e83
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
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && grunt saucelabs-test
- grunt karma:travis
- grunt coveralls:travis
before_deploy:
Expand Down

0 comments on commit 1273e83

Please sign in to comment.