Skip to content

Commit 2d22701

Browse files
committed
send coverage to coveralls from Travis
1 parent 49c8ae6 commit 2d22701

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: node_js
22
node_js:
33
- "7"
4-
script: "npm run-script test-travis && codecov --file=coverage/lcov.info --disable=gcov"
4+
script: "npm run-script test-travis && codecov --file=coverage/lcov.info --disable=gcov"
5+
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"

0 commit comments

Comments
 (0)