Skip to content

Commit

Permalink
ci: split test and coverageFail in travis scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
maritz committed Jun 16, 2018
1 parent 83c16c8 commit 186b4cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
before_script:
- npm run build
script:
- npm run test && npm run coverage:failIfLow
- npm run test
- npm run coverage:failIfLow
after_success:
- npm run coverage:coveralls

0 comments on commit 186b4cd

Please sign in to comment.