Skip to content

Commit

Permalink
use coveralls in travis build only
Browse files Browse the repository at this point in the history
  • Loading branch information
amitguptagwl committed Mar 10, 2018
1 parent ab9dbcd commit 451fb9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ addons:
repo_token: c2a04906c1a09a57ea78caf637acd555f2a90fdd8d6ca32b712963ffb99c77ad
after_success:
- npm install -g codeclimate-test-reporter
- npm install -g coveralls
- codeclimate-test-reporter < ./coverage/lcov.info
- coveralls < ./coverage/lcov.info
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"coveralls": "^2.11.15",
"dir-compare": "^1.3.0",
"istanbul": "^0.4.5",
"jasmine": "^2.9.0",
Expand Down

0 comments on commit 451fb9e

Please sign in to comment.