From b2b3d8b2762710a00009c3341f71baf7778c4bc4 Mon Sep 17 00:00:00 2001 From: Dan Quirk Date: Tue, 17 Mar 2015 12:15:13 -0700 Subject: [PATCH] Remove CodeClimate stuff --- .travis.yml | 11 +---------- package.json | 3 +-- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 305fad1e4a7..572ac835cd4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file diff --git a/package.json b/package.json index 9261174b68f..3fbd9b3313e 100644 --- a/package.json +++ b/package.json @@ -39,9 +39,8 @@ "chai": "latest", "browserify": "latest", "istanbul": "latest", - "codeclimate-test-reporter": "latest" }, "scripts": { - "test": "jake generate-code-coverage" + "test": "jake runtests" } }