Clean up .travis.yml

This commit is contained in:
Andrew Stewart 2015-01-07 12:49:11 -08:00
parent 34c05faefe
commit 3c09867c55
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
language: node_js language: node_js
sudo: false sudo: false
script: node_js: '0.10'
before_script:
- npm install -g istanbul jshint codeclimate-test-reporter - npm install -g istanbul jshint codeclimate-test-reporter
script:
- make ci - make ci
- CODECLIMATE_REPO_TOKEN=d3aad610220b6eaf4f51e38393c1b62586b1d68b898b42e418d9c2a8e0a7cb0d codeclimate < coverage/lcov.info - CODECLIMATE_REPO_TOKEN=d3aad610220b6eaf4f51e38393c1b62586b1d68b898b42e418d9c2a8e0a7cb0d codeclimate < coverage/lcov.info
node_js:
- '0.10'