aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2017-09-15 03:42:45 +0930
committerMatthew Draper <matthew@trebex.net>2017-09-15 11:42:49 +0930
commit71f0db7c7f7a57e26d0585c4a006f74b0dcb485f (patch)
tree162651b31ab6398bf7379b08fb1a826ce11d4da4 /.travis.yml
parent31a8e7c6264b76c3966ee3b0dcd14230ef390fa5 (diff)
downloadrails-71f0db7c7f7a57e26d0585c4a006f74b0dcb485f.tar.gz
rails-71f0db7c7f7a57e26d0585c4a006f74b0dcb485f.tar.bz2
rails-71f0db7c7f7a57e26d0585c4a006f74b0dcb485f.zip
Bump Travis to new Ruby releases
Most interesting to us, 2.4.2 and 2.3.5 include the fix for https://bugs.ruby-lang.org/issues/13632
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 2c27c6bab7..27400b98c7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -52,26 +52,26 @@ env:
- "GEM=ac:integration"
rvm:
- - 2.2.7
- - 2.3.4
- - 2.4.1
+ - 2.2.8
+ - 2.3.5
+ - 2.4.2
- ruby-head
matrix:
include:
- - rvm: 2.4.1
+ - rvm: 2.4.2
env: "GEM=av:ujs"
- - rvm: 2.2.7
+ - rvm: 2.2.8
env: "GEM=aj:integration"
services:
- memcached
- rabbitmq
- - rvm: 2.3.4
+ - rvm: 2.3.5
env: "GEM=aj:integration"
services:
- memcached
- rabbitmq
- - rvm: 2.4.1
+ - rvm: 2.4.2
env: "GEM=aj:integration"
services:
- memcached
@@ -81,15 +81,15 @@ matrix:
services:
- memcached
- rabbitmq
- - rvm: 2.3.4
+ - rvm: 2.3.5
env:
- "GEM=ar:mysql2 MYSQL=mariadb"
addons:
mariadb: 10.2
- - rvm: 2.3.4
+ - rvm: 2.3.5
env:
- "GEM=ar:sqlite3_mem"
- - rvm: 2.3.4
+ - rvm: 2.3.5
env:
- "GEM=ar:postgresql POSTGRES=9.2"
addons: