Skip to content

Commit

Permalink
Avoid running Karma multiple times for multiple node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkxml committed May 29, 2018
1 parent 59f63cd commit a6f02c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -26,7 +26,6 @@ script:
- npm run build
- COVERAGE=true ALLOW_SAUCELABS=false npm test
- if [ "$TRAVIS_NODE_VERSION" = "8" ]; then
export ALLOW_SAUCELABS=true;
COVERAGE=false FLAKEY=false PERFORMANCE=false ALLOW_SAUCELABS=true npm run test:karma;
fi
- COVERAGE=false FLAKEY=false PERFORMANCE=false npm run test:karma
- ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info

0 comments on commit a6f02c4

Please sign in to comment.