Skip to content

Commit

Permalink
Always make browser tests in PRs succeed
Browse files Browse the repository at this point in the history
Fixes #1252.
  • Loading branch information
Sebastian Mayr committed Oct 22, 2015
1 parent 5c2bdb1 commit 440bf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -33,7 +33,7 @@ matrix:
- libpango1.0-dev
- libgif-dev
- build-essential
- script: '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && npm run pretest && npm run test-browser'
- script: '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || (npm run pretest && npm run test-browser)'
env: TEST_SUITE=browser
addons:
sauce_connect:
Expand Down

0 comments on commit 440bf3e

Please sign in to comment.