Skip to content

Commit

Permalink
ci(.travis.yml): add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ldd committed Nov 7, 2019
1 parent 2608185 commit d4c94e8
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 @@ -5,4 +5,5 @@ cache:
directories:
- node_modules
script:
- CI=true yarn test
- CI=true jest --coverage --coverageReporters=text-lcov | coveralls

0 comments on commit d4c94e8

Please sign in to comment.