diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2016-05-04 21:08:47 +0200 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2016-05-04 21:08:47 +0200 |
commit | 8352c8c6ef58eef822947faf8defc378e5de057c (patch) | |
tree | df3b68b0bb2c2c79672fe9c6bc3de2d0b314d928 | |
parent | 40f68f72fc1191460872246e841a3a1eca3175d0 (diff) | |
parent | 0486c85db5816daca7eac1e7f724d6c7e240176e (diff) | |
download | rails-8352c8c6ef58eef822947faf8defc378e5de057c.tar.gz rails-8352c8c6ef58eef822947faf8defc378e5de057c.tar.bz2 rails-8352c8c6ef58eef822947faf8defc378e5de057c.zip |
Merge pull request #24851 from maclover7/jm-bump-ruby-versions
Bump Ruby versions
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 5673ca653e..ee4d11d29e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,14 +44,14 @@ env: - "GEM=guides" rvm: - - 2.2.4 - - 2.3.0 + - 2.2.5 + - 2.3.1 - ruby-head matrix: include: # Latest compiled version in http://rubies.travis-ci.org - - rvm: 2.3.0 + - rvm: 2.3.1 env: - "GEM=ar:mysql2" addons: |