Fix travis.yml

This commit is contained in:
Adrian Zankich 2014-05-21 19:36:45 -07:00
parent 41b5e576ca
commit 9c392121a1
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
language: node_js
script:
- npm install -g codeclimate-test-reporter
- make cover
- CODECLIMATE_REPO_TOKEN=d3aad610220b6eaf4f51e38393c1b62586b1d68b898b42e418d9c2a8e0a7cb0d codeclimate < coverage/lcov.info
- npm install -g codeclimate-test-reporter
- make cover
- CODECLIMATE_REPO_TOKEN=d3aad610220b6eaf4f51e38393c1b62586b1d68b898b42e418d9c2a8e0a7cb0d codeclimate < coverage/lcov.info
node_js:
- '0.10'
branches: