aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2016-05-04 11:56:21 -0400
committerJon Moss <me@jonathanmoss.me>2016-05-04 11:56:21 -0400
commit0486c85db5816daca7eac1e7f724d6c7e240176e (patch)
treedcfcd6fa39a3cc254127271b79745f88469cd1d4 /.travis.yml
parent08e86b4b055c3b527ebc3f3fdaaa2198ce919cd4 (diff)
downloadrails-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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
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: