From 2b7446865c87bf55b5dad291d49a422b91a4fed6 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Thu, 16 Mar 2017 17:42:07 +0900 Subject: [PATCH] Use the latest Rubies on Travis --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8efcb10..9037baa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,9 @@ rvm: - 1.9.3 - 2.0.0 - 2.1.10 - - 2.2.5 - - 2.3.1 + - 2.2.7 + - 2.3.4 + - 2.4.1 - ruby-head gemfile: - gemfiles/rails_4.0.gemfile