summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-01-22 16:52:43 -0600
committerSamuel Giddins <segiddins@segiddins.me>2016-01-22 19:46:06 -0600
commit23c16cae35057e2eae141715500b15776da6dfd5 (patch)
treea9a2ea1633f79d53554f2532c39e71913cb9d4d0 /.travis.yml
parenta2d40cdde33186ab3bdd42c5080321ae89218a7b (diff)
downloadbundler-23c16cae35057e2eae141715500b15776da6dfd5.tar.gz
Setup CodeClimateseg-code-climate
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 357403e762..e7ed9cf495 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,11 @@ notifications:
rooms:
- secure: JxBi7DDJGkIF/7f/FSN/HUHpvV4EKfQccZHTPd1b2pNJn3GXo6u+tNVbAw2WjxYzPyPQI3ZcYBCU9SEXp/i7VmG8uMzh8Kyildw+miSKYKVb90uYqcsXWzbxwyNBgJLvyDkzST45H5lgnyAicee3WkFes/WDZikIajbH7ztdb04=
+addons:
+ code_climate:
+ repo_token:
+ secure: "TrzIv116JLGUxm6PAUskCYrv8KTDguncKROVwbnjVPKTGDAgoDderd8JUdDEXrKoZ9qGLD2TPYKExt9/QDl71E+qHdWnVqWv4HKCUk2P9z/VLKzHuggOUBkCXiJUhjywUieCJhI3N92bfq2EjSBbu2/OFHqWOjLQ+QCooTEBjv8="
+
rvm:
- 2.2
- 2.1
@@ -94,8 +99,7 @@ matrix:
# Ruby-head with enabled frozen string literal
- rvm: ruby-head
env:
- - RGV=master
- - RUBYOPT="--enable-frozen-string-literal --debug=frozen-string-literal"
+ - RGV=master RUBYOPT="--enable-frozen-string-literal --debug=frozen-string-literal"
allow_failures:
- rvm: 1.8.7
env: RGV=v2.1.11