Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

Commit

Permalink
Separate out test and coverage steps
Browse files Browse the repository at this point in the history
  • Loading branch information
swinton committed Aug 17, 2018
1 parent 328410e commit bbeb338
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ node_js:
- "8.3"
notifications:
disabled: true
script:
- $(npm bin)/jest
after_script:
- $(npm bin)/jest --coverage --coverageReporters=text-lcov | coveralls

0 comments on commit bbeb338

Please sign in to comment.