Skip to content

Commit

Permalink
add coverage tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Nov 2, 2016
1 parent 5932ad8 commit cf701b8
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 @@ -6,3 +6,5 @@ node_js:
- "4"
services:
- redis-server
script: npm run coverage
after_script: "cat ./coverage/lcov.info | coveralls"

0 comments on commit cf701b8

Please sign in to comment.