From 0486c85db5816daca7eac1e7f724d6c7e240176e Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Wed, 4 May 2016 11:56:21 -0400 Subject: [PATCH] Bump Ruby versions 2.2.4 --> 2.2.5 2.3.0 --> 2.3.1 --- .travis.yml | 6 +++--- 1 file 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: