From 630d2f7806067037c16366106662e69ca7b25ade Mon Sep 17 00:00:00 2001 From: Juanito Fatas Date: Thu, 21 Mar 2019 10:20:30 +0900 Subject: [PATCH] Update Ruby version matrix on CI https://github.com/postmodern/ruby-versions/blob/3fc3154ae59668e518d271db58c095332478795c/ruby/stable.txt --- .travis.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index be7c3d2..491a556 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,13 +3,11 @@ sudo: false cache: bundler before_install: gem update bundler --no-document rvm: - - 1.9.3 - - 2.0.0 - - 2.1.10 - - 2.2.9 - - 2.3.6 - - 2.4.3 - - 2.5.0 + - 2.2 + - 2.3 + - 2.4 + - 2.5 + - 2.6 - ruby-head - jruby matrix: