diff options
author | Jon Moss <me@jonathanmoss.me> | 2016-05-04 11:56:21 -0400 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2016-05-04 11:56:21 -0400 |
commit | 0486c85db5816daca7eac1e7f724d6c7e240176e (patch) | |
tree | dcfcd6fa39a3cc254127271b79745f88469cd1d4 | |
parent | 08e86b4b055c3b527ebc3f3fdaaa2198ce919cd4 (diff) | |
download | rails-0486c85db5816daca7eac1e7f724d6c7e240176e.tar.gz rails-0486c85db5816daca7eac1e7f724d6c7e240176e.tar.bz2 rails-0486c85db5816daca7eac1e7f724d6c7e240176e.zip |
Bump Ruby versions
2.2.4 --> 2.2.5
2.3.0 --> 2.3.1
-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: |