Skip to content

Commit 66df993

Browse files
committed
Plz. I'm beggin you! Have mercy!
1 parent 76922b5 commit 66df993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "test"
88
},
99
"scripts": {
10-
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --timeout 120000 --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
10+
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --timeout 120000 -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
1111
"test": "mocha test --timeout 120000",
1212
"prebuild": "npm run lint; npm test",
1313
"lint": "eslint src/",

0 commit comments

Comments
 (0)