Skip to content

Commit

Permalink
try another variation for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
theganyo committed Oct 28, 2015
1 parent 92f0296 commit 778cf30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -38,6 +38,7 @@
"coveralls": "^2.11.4",
"express": "^4.13.3",
"hapi": "^11.0.2",
"istanbul": "^0.4.0",
"mocha": "^2.3.0",
"mocha-lcov-reporter": "^1.0.0",
"restify": "^4.0.3",
Expand All @@ -46,7 +47,7 @@
},
"scripts": {
"test": "node_modules/mocha/bin/mocha -u exports -R spec test test/lib test/fittings",
"coverage": "istanbul cover _mocha -- -u exports -R spec test test/lib test/fittings"
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose"
"coverage": "node node_modules/istanbul/lib/cli.js cover _mocha -- -u exports -R spec test test/lib test/fittings",
"coveralls": "node node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose"
}
}

0 comments on commit 778cf30

Please sign in to comment.