From e6f4201b595129d3a9b0976c6388526032a4a360 Mon Sep 17 00:00:00 2001 From: Tatsuya Ikeda <6753644+ikepon@users.noreply.github.com> Date: Thu, 13 Dec 2018 13:57:42 +0900 Subject: CI against Ruby 2.4.5 and 2.5.3 (#45) Bump CI to latest minor versions of Ruby 2.4 and 2.5 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f9ad1f699e..b66561a4ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ language: ruby sudo: false rvm: - - 2.4.4 - - 2.5.1 + - 2.4.5 + - 2.5.3 - ruby-head cache: -- cgit v1.2.3