Merge pull request #1085 from joshk/patch-1

Use the new beta build env on Travis
This commit is contained in:
Dan Quirk 2014-11-10 12:20:08 -08:00
commit 40ffa8715a

View File

@ -1,12 +1,14 @@
language: node_js
node_js:
- '0.10'
- '0.10'
sudo: false
before_script: npm install -g codeclimate-test-reporter
after_script:
- cat coverage/lcov.info | codeclimate
- cat coverage/lcov.info | codeclimate
addons:
code_climate: