Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Only one browsertest is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Aug 7, 2018
1 parent 2bd15e4 commit 5e5efbe
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 @@ -12,4 +12,4 @@ env:
script:
- grunt test
- grunt coveralls
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then grunt browsertest; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" -a "${TRAVIS_NODE_VERSION:0:1}" = "9" ]; then grunt browsertest; fi'

0 comments on commit 5e5efbe

Please sign in to comment.