Skip to content

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 4cbf35a commit c6dbb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"test": "VCR_MODE=playback ./node_modules/.bin/mocha",
"posttest": "./node_modules/.bin/eslint main.js lib/*.js test/*.js",
"coverage": "VCR_MODE=playback ./node_modules/.bin/istanbul --report=html cover ./node_modules/.bin/_mocha",
"travis-ci": "VCR_MODE=playback ./node_modules/.bin/istanbul --report=lcovonly cover ./node_modules/.bin/_mocha && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls.js",
"travis-ci": "VCR_MODE=playback ./node_modules/.bin/istanbul --report=lcovonly cover ./node_modules/.bin/_mocha && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls",
"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 c6dbb09

Please sign in to comment.