Skip to content

Commit

Permalink
ci(travis): add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Oct 10, 2017
1 parent 9f68c70 commit 1ff47f2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
cache:
directories:
- node_modules

language: node_js

node_js:
- "node"
- 6
- 4

after_success:
- npm i coveralls
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

notifications:
email: false

0 comments on commit 1ff47f2

Please sign in to comment.