diff options
author | Yuki Nishijima <mail@yukinishijima.net> | 2015-04-13 20:19:25 -0700 |
---|---|---|
committer | Yuki Nishijima <mail@yukinishijima.net> | 2015-04-13 20:19:25 -0700 |
commit | 1e2fcbb958c62e5d1565046e817bef6e29de9c49 (patch) | |
tree | db83bf1b4027a872bab15b526bfec872788510a8 | |
parent | 8ac458ad2e252ba041d9f4e42b94bd5997a622be (diff) | |
download | rails-1e2fcbb958c62e5d1565046e817bef6e29de9c49.tar.gz rails-1e2fcbb958c62e5d1565046e817bef6e29de9c49.tar.bz2 rails-1e2fcbb958c62e5d1565046e817bef6e29de9c49.zip |
Use Ruby 2.2.2 on travis
This is required to run https://github.com/rails/rails/pull/19752 successfully.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6fa8c491a5..80eaa0deb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ env: - "GEM=ar:postgresql" - "GEM=aj:integration" rvm: - - 2.2.1 + - 2.2.2 - ruby-head - rbx-2 - jruby-head |