Skip to content

Commit

Permalink
add flakey to travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Dec 30, 2019
1 parent 7193703 commit 157d914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,7 @@ addons:
sauce_connect: true

script:
- COVERAGE=true npm run test
- COVERAGE=true FLAKEY=false npm run test
- ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info;

after_success: sizereport --config

0 comments on commit 157d914

Please sign in to comment.