Skip to content

Commit

Permalink
Correct CI script for codeclimate binary name change
Browse files Browse the repository at this point in the history
  • Loading branch information
stewart committed Jun 30, 2015
1 parent efe5cc6 commit a09dcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ install:
- npm install -g jshint istanbul codeclimate-test-reporter
script:
- make ci
- CODECLIMATE_REPO_TOKEN=d063c954e1997418d0de0d5ddfb4e11f0b44c7a842fbbd97b9120261ea2f5c87 codeclimate < coverage/lcov.info
- CODECLIMATE_REPO_TOKEN=d063c954e1997418d0de0d5ddfb4e11f0b44c7a842fbbd97b9120261ea2f5c87 codeclimate-test-reporter < coverage/lcov.info

0 comments on commit a09dcb7

Please sign in to comment.