Skip to content

Commit

Permalink
added code climate reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
isuttell committed Dec 2, 2014
1 parent e6ef4e5 commit 2d945ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: node_js
node_js:
- 0.10
addons:
code_climate:
repo_token: 58d0f019f30c83624aa7374d89677fa9d552ff0858eb24c6644fbaeca1ca92f6
after_script:
- NODE_ENV=test cat ./tests/coverage/lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- cat ./tests/coverage/lcov/lcov.info | ./node_modules/codeclimate-test-reporter/bin/codeclimate.js
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
],
"readmeFilename": "README.md",
"devDependencies": {
"codeclimate-test-reporter": "0.0.4",
"coveralls": "^2.11.2",
"grunt-asciify": "^0.2.2",
"grunt-cli": "~0.1.13",
Expand Down

0 comments on commit 2d945ef

Please sign in to comment.