Skip to content

Commit

Permalink
Add CodeClimate coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
stewart committed Oct 6, 2014
1 parent 4102945 commit 8bde8dd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: node_js
script: "make"
node_js:
- '0.10'
node_js: '0.10'
install:
- npm install
- npm install -g istanbul codeclimate-test-reporter
script:
- make cover
- CODECLIMATE_REPO_TOKEN=c20d865c601f45e67434a35aaf1804a7da6f930abb31de6bdb388fac770e8246 codeclimate < coverage/lcov.info

0 comments on commit 8bde8dd

Please sign in to comment.