Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Fixed Coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shogun committed Mar 24, 2016
1 parent 7b3d391 commit ad00008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"test": "./node_modules/.bin/mocha",
"posttest": "./node_modules/.bin/eslint main.js lib/*.js test/*.js",
"coverage": "./node_modules/.bin/istanbul --report=html cover ./node_modules/.bin/_mocha",
"travis-ci": "./node_modules/.bin/istanbul --report=lcovonly cover ./node_modules/.bin/_mocha && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls",
"travis-ci": "./node_modules/.bin/istanbul --report=lcovonly cover ./node_modules/.bin/_mocha && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"docs": "./node_modules/.bin/jsdoc -c .jsdoc.json -t ./node_modules/ink-docstrap/template -R README.md -r"
},
"repository": {
Expand Down

0 comments on commit ad00008

Please sign in to comment.