summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-01-11 00:42:49 -0700
committermo khan <mo@mokhan.ca>2015-01-11 00:43:51 -0700
commit0f076d97c7d083fc03bf2e20d3131410cf736b99 (patch)
tree7075b122deba35b99c74a908b1a351feb90e639a /.travis.yml
parentd569fbe03f0431da241c3765ce383bc2bde74b95 (diff)
use codeclimate instead of simplecov.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 240fac83..dc879979 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,9 @@ rvm:
cache: bundler
addons:
postgresql: '9.3'
+ codeclimate:
+ repo_token:
+ secure: "KsLxeZiHnIpMhHvIvDEjKjiTTXwRa40qg+4boACuz+9nP861pACOfNVHSSSXx0GiZPg9c+WrENYeQj2yHq7jxSQT7LbG1jD8HCC+wYpvrIAYw4GLwAIuPtXqvSQlvNxJtKFgIBXqrU/LKqCdBXN2kde9mkLiKCDrNr1KmMOqGLY="
sudo: false
before_script:
- cp config/database.yml.travis config/database.yml