Skip to content

Commit 6ba7eb8

Browse files
committed
0.2.0 release
1 parent 5087506 commit 6ba7eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.npmscriptrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test":
2020
{
2121
// Provides a report handling command that is executed after running tests / coverage when running on Travis CI.
22-
"travis": { "report": "cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js" },
22+
"travis": { "report": "./node_modules/.bin/codecov" },
2323

2424
"istanbul": { "command": "cover", "options": ["--report lcovonly"] },
2525
"mocha": { "source": "./test-src/mocha", "options": [ "--compilers js:babel-register", "-t 120000 --recursive" ] }

0 commit comments

Comments
 (0)