Skip to content

Commit d941173

Browse files
committed
travis docker and coveralls
1 parent 6392d2c commit d941173

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.DS_Store

-6 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"mocha": "mocha tests/ -c",
1313
"mocha-coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- tests/ -R spec",
1414
"check-coverage": "istanbul check-coverage --statements 80 --branches 80 --functions 80 --lines 80",
15-
"update-coveralls": "cat coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls.js"
15+
"update-coveralls": "cat coverage/lcov.info | sed s/.usr.src.miniprofiler/./ | node ./node_modules/coveralls/bin/coveralls.js"
1616
},
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)