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 d844847 commit 86844c3Copy full SHA for 86844c3
.travis.yml
@@ -9,3 +9,6 @@ node_js:
9
- "0.11"
10
- "0.10"
11
- "iojs"
12
+
13
+after_success:
14
+ - travis_retry coveralls < coverage/lcov.info
package.json
@@ -5,7 +5,7 @@
5
"readmeFilename": "README.md",
6
"main": "index.js",
7
"scripts": {
8
- "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
+ "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec"
},
"keywords": [
"parser",
0 commit comments