Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
Change for coverall script
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasFestin committed Mar 18, 2014
1 parent dff2827 commit 9ea5b69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ matrix:
before_install: npm install -g grunt-cli
install: npm install
after_success:
- cat ./test/report/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- npm run coveralls
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
"grunt-contrib-copy": "~0.4.1",
"grunt-istanbul-coverage": "0.0.2"
},
"engineStrict": true,
"scripts": {
"test": "grunt test",
"coveralls": "cat ./test/report/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
"coveralls": "cat ./test/report/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9ea5b69

Please sign in to comment.