Correct CI script for codeclimate binary name change

This commit is contained in:
Andrew Stewart 2015-06-30 11:27:17 -07:00
parent e8f109508b
commit a3c2b0544d
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ before_script:
- npm install -g istanbul codeclimate-test-reporter - npm install -g istanbul codeclimate-test-reporter
script: script:
- make ci - make ci
- CODECLIMATE_REPO_TOKEN=d3aad610220b6eaf4f51e38393c1b62586b1d68b898b42e418d9c2a8e0a7cb0d codeclimate < coverage/lcov.info - CODECLIMATE_REPO_TOKEN=d3aad610220b6eaf4f51e38393c1b62586b1d68b898b42e418d9c2a8e0a7cb0d codeclimate-test-reporter < coverage/lcov.info