From 48d7cc27dbc781aa6c213626e79fad31c88c52cc Mon Sep 17 00:00:00 2001 From: Nishio Takuya Date: Wed, 29 May 2019 22:14:56 +0900 Subject: [PATCH] Update TravisCI config to remove EOL Rubies --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index af26e8e..05f99ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: ruby rvm: - - 2.0.0 - - 2.1.0 - - 2.2 + - 2.4 + - 2.5 + - 2.6 before_install: gem install bundler