We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6503f24 commit 6cf9f1eCopy full SHA for 6cf9f1e
.travis.yml
@@ -2,4 +2,4 @@ language: node_js
2
node_js:
3
- "7"
4
- "6"
5
-after_script: "cat ./test/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
+after_script: "cat ./test/unit/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
0 commit comments