aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrew White <andrew.white@unboxed.co>2018-03-31 12:25:09 +0100
committerAndrew White <andrew.white@unboxed.co>2018-03-31 12:25:09 +0100
commitc2c9839a3d9b2c8c3bc5b717f23928d856c7e922 (patch)
tree72a234351373631f2a2e3ae60178f2bc8dada6e5 /.travis.yml
parentc4f8a7f79516918b6bc7fe8ec8974b09928f468d (diff)
downloadrails-c2c9839a3d9b2c8c3bc5b717f23928d856c7e922.tar.gz
rails-c2c9839a3d9b2c8c3bc5b717f23928d856c7e922.tar.bz2
rails-c2c9839a3d9b2c8c3bc5b717f23928d856c7e922.zip
Bump tested versions of Ruby on CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 1c67c1475c..0fdea1367c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,21 +61,21 @@ env:
- "GEM=ac:integration"
rvm:
- - 2.4.3
- - 2.5.0
+ - 2.4.4
+ - 2.5.1
- ruby-head
matrix:
include:
- - rvm: 2.5.0
+ - rvm: 2.5.1
env: "GEM=av:ujs"
- - rvm: 2.4.3
+ - rvm: 2.4.4
env: "GEM=aj:integration"
services:
- memcached
- redis-server
- rabbitmq
- - rvm: 2.5.0
+ - rvm: 2.5.1
env: "GEM=aj:integration"
services:
- memcached
@@ -87,15 +87,15 @@ matrix:
- memcached
- redis-server
- rabbitmq
- - rvm: 2.5.0
+ - rvm: 2.5.1
env:
- "GEM=ar:mysql2 MYSQL=mariadb"
addons:
mariadb: 10.2
- - rvm: 2.5.0
+ - rvm: 2.5.1
env:
- "GEM=ar:sqlite3_mem"
- - rvm: 2.5.0
+ - rvm: 2.5.1
env:
- "GEM=ar:postgresql POSTGRES=9.2"
addons: