Skip to content

Commit

Permalink
Changed CI spec reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
nbeach committed Apr 12, 2016
1 parent e561a25 commit 91ab8fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"build:watch": "gulp watch",
"test": "istanbul cover _mocha -- -R progress",
"test:watch": "mocha --recursive -w -R min",
"ci-test": "istanbul cover _mocha --report lcovonly -- -R progress && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"

"ci-test": "istanbul cover _mocha --report lcovonly -- -R dot && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 91ab8fc

Please sign in to comment.