From a73ba3e3995e7a7b21f42bffe4b9d046ce5489bb Mon Sep 17 00:00:00 2001 From: "Michael J. Giarlo" Date: Tue, 13 Nov 2018 10:18:25 -0800 Subject: [PATCH] Add Ruby 2.5.3 to the test matrix And remove 2.4. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3b5a5c485..e394644bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,7 @@ notifications: email: false rvm: - - 2.5.1 - - 2.4.4 + - 2.5.3 - 2.3.4 # deployed bundler_args: --without production