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 ff14a60 commit 92f0296
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -6,5 +6,5 @@ node_js:
- "0.10"
sudo: false

script:
- istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
after_success:
npm run coveralls
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -47,5 +47,6 @@
"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"
}
}

0 comments on commit 92f0296

Please sign in to comment.