Trying different after_script command for code climate

This commit is contained in:
Dan Quirk
2014-07-24 17:11:33 -07:00
parent 89333eb4b8
commit 0c2b04fc8b

View File

@@ -6,7 +6,7 @@ node_js:
before_script: npm install -g codeclimate-test-reporter
after_script:
- cat coverage/lcov.info | codeclimate
- CODECLIMATE_REPO_TOKEN=852ac5362c8cc38c07ca5adc0f94c20c6c79bd78e17933dc284598a65338656 cat coverage/lcov.info | codeclimate
addons:
code_climate: