Skip to content

Commit

Permalink
ci(jest): Send lcov.info to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
tsur committed Oct 31, 2017
1 parent 41af4a4 commit 3809ba1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: node_js
node_js:
- 6.0.0
script: npm run validate
after_script:
- "npm install coveralls && cat ./coverage/lcov.info | coveralls"
branches:
only:
- inestable

0 comments on commit 3809ba1

Please sign in to comment.