Skip to content

Commit

Permalink
build: remove coveralls from devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed May 21, 2014
1 parent 8680813 commit ae55c9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ matrix:
- node_js: "0.11"
fast_finish: true
script: "npm run-script test-travis"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"bytes": "1.0.0"
},
"devDependencies": {
"coveralls": "2.10.0",
"istanbul": "0.2.10",
"mocha": "~1.19.0",
"should": "~3.3.1",
Expand All @@ -39,6 +38,6 @@
"scripts": {
"test": "mocha --require should --reporter dot",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require should --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require should --reporter spec && (cat ./coverage/lcov.info | coveralls || true)"
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require should --reporter spec"
}
}

0 comments on commit ae55c9b

Please sign in to comment.