Skip to content

Commit

Permalink
update codeclimate Travis CI command for test coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Lind committed Mar 23, 2017
1 parent 25e66fb commit f34bf3c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,11 @@ language: node_js
node_js:
- 0.10

addons:
code_climate:
repo_token:
secure: "EZY4en1Bho7rGlseJZdNZ/hz1GvtF+jYAnVAhgFVA4A5qaClqQ1yjHhVyDWgig+tNk52IMeyyfxjwsf/ta8+UyC6dK5rsM6t8XhfoNPWWFMpFF34U5BS4geFsyuSqh0Z2xD/nn+pNg3+kc6QLgsw6Lg1gq4e6KnlpqGmc5oqLbc="

before_script:
- npm install -g grunt-cli
- npm install -g codeclimate-test-reporter

script: grunt test --verbose

after_script:
- cat report/lcov.info | codeclimate
- codeclimate-test-reporter < report/lcov.info

0 comments on commit f34bf3c

Please sign in to comment.