Skip to content

Commit

Permalink
chore: updated travis configuration for code climate
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Estilles committed Apr 20, 2015
1 parent 2edb019 commit fbd651d
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,25 @@ language: node_js
node_js:
- "0.10"
- "0.12"

notifications:
email:
- "[email protected]"
- "[email protected]"

addons:
code_climate:
repo_token: b6ed20570f0ec30b5b2acdbd706593928f204693efcd634110a36bc5f94822d9

before_install:
- npm install -g grunt-cli
- npm install -g mocha
install:
- npm install
- npm install -g istanbul
- npm install -g codeclimate-test-reporter

before_script:
- grunt jshint pre-test

after_script:
- istanbul cover node_modules/.bin/_mocha
- codeclimate < ./coverage/lcov.info

0 comments on commit fbd651d

Please sign in to comment.