Skip to content

Commit

Permalink
send coverage to coveralls from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
m1tk4 committed Mar 26, 2017
1 parent 49c8ae6 commit 2d22701
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
node_js:
- "7"
script: "npm run-script test-travis && codecov --file=coverage/lcov.info --disable=gcov"
script: "npm run-script test-travis && codecov --file=coverage/lcov.info --disable=gcov"
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"

0 comments on commit 2d22701

Please sign in to comment.