Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Test coverage added with istanbul and coveralls
  • Loading branch information
T-PWK committed Nov 7, 2014
1 parent f3a2b85 commit 9173c5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ notifications:
email: false
install:
- npm install istanbul -g
- npm install coveralls -g
after_success:
- istanbul cover test.js --report lcovonly && cat ./coverage/lcov.info | coveralls

0 comments on commit 9173c5d

Please sign in to comment.