Skip to content

Commit 86844c3

Browse files
authored
Fix random failing caused by coveralls issues (#15)
1 parent d844847 commit 86844c3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ node_js:
99
- "0.11"
1010
- "0.10"
1111
- "iojs"
12+
13+
after_success:
14+
- travis_retry coveralls < coverage/lcov.info

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"readmeFilename": "README.md",
66
"main": "index.js",
77
"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"
8+
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec"
99
},
1010
"keywords": [
1111
"parser",

0 commit comments

Comments
 (0)