Skip to content

Commit

Permalink
Check Travis check to BROWSERSTACK_ACCESS_KEY so external PR's wont f…
Browse files Browse the repository at this point in the history
…ail, but only run Unit Tests.
  • Loading branch information
bbrala committed Dec 30, 2017
1 parent c57f53b commit 2f27fe9
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 @@ -34,7 +34,7 @@ install:
- if [ "$DOCUMENTATION" ] ; then cd documentation && composer global require couscous/couscous ; fi
script:
- if [ "$JQUERY" ] ; then yarn run test ; else /home/travis/.composer/vendor/bin/couscous travis-auto-deploy --php-version=5.5 ; fi
- if [ "$JQUERY" ] && [ "$BROWSERSTACK_USERNAME" ] ; then yarn run test-bs ; fi
- if [ "$JQUERY" ] && [ "$BROWSERSTACK_ACCESS_KEY" ] ; then yarn run test-bs ; fi
after_success:
- if [ -f "./coverage/lcov.info" ] ; then cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js ; fi
deploy:
Expand Down

0 comments on commit 2f27fe9

Please sign in to comment.