Skip to content

Commit

Permalink
fix(travis): run cover as script
Browse files Browse the repository at this point in the history
Run cover as travis test script to prevent nodemon from not exiting and blocking travis CI
  • Loading branch information
SvenWesterlaken committed Mar 24, 2018
1 parent d51e70c commit 746b85f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ notifications:
before_script:
- sleep 15

after_success:
script:
- npm run cover

after_success:
- npm run coveralls
- npm run travis-deploy-once "npm run semantic-release"

0 comments on commit 746b85f

Please sign in to comment.