diff options
author | Arthur Neves <arthurnn@gmail.com> | 2014-02-25 16:08:21 -0500 |
---|---|---|
committer | Arthur Neves <arthurnn@gmail.com> | 2014-02-25 16:08:21 -0500 |
commit | a9a767b69b1a06b0467bd7f6403084980980c991 (patch) | |
tree | 2278f6d1042bda71ad733308e7773b58a0b3e955 | |
parent | b189f2846ada47a1b8094625fd7b30b3f32714d7 (diff) | |
download | rails-a9a767b69b1a06b0467bd7f6403084980980c991.tar.gz rails-a9a767b69b1a06b0467bd7f6403084980980c991.tar.bz2 rails-a9a767b69b1a06b0467bd7f6403084980980c991.zip |
travis s/2.1.0/2.1.1
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 4233b136a8..9e7a449010 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ before_install: rvm: - 1.9.3 - 2.0.0 - - 2.1.0 + - 2.1.1 - rbx-2 - jruby env: @@ -35,4 +35,3 @@ notifications: bundler_args: --path vendor/bundle --without test services: - memcached - |