Remove CodeClimate stuff

This commit is contained in:
Dan Quirk 2015-03-17 12:15:13 -07:00
parent 79995f5598
commit b2b3d8b276
2 changed files with 2 additions and 12 deletions

View file

@ -3,13 +3,4 @@ language: node_js
node_js:
- '0.10'
sudo: false
before_script: npm install -g codeclimate-test-reporter
after_script:
- cat coverage/lcov.info | codeclimate
addons:
code_climate:
repo_token: 9852ac5362c8cc38c07ca5adc0f94c20c6c79bd78e17933dc284598a65338656
sudo: false

View file

@ -39,9 +39,8 @@
"chai": "latest",
"browserify": "latest",
"istanbul": "latest",
"codeclimate-test-reporter": "latest"
},
"scripts": {
"test": "jake generate-code-coverage"
"test": "jake runtests"
}
}