Skip to content

Commit

Permalink
codecov edit
Browse files Browse the repository at this point in the history
  • Loading branch information
vardars committed Dec 16, 2016
1 parent 8ae0d97 commit 7c223f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ before_script:
- npm install -g mocha
script: mocha test/test.js
after_success:
- bash <(curl -s https://codecov.io/bash)
- npm install istanbul -g
- istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec
- npm install -g codecov
- codecov

0 comments on commit 7c223f7

Please sign in to comment.