From 022eeef5aee79c5fd7677932af1065a1d9289983 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 4 Jun 2018 11:58:23 -0700 Subject: Test on the latest Ruby releases in Travis Signed-off-by: Tim Smith --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fcb2f338..c8b4ecca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,8 @@ before_install: - bundle --version - rm -f .bundle/config rvm: - - 2.4.3 - - 2.5.0 + - 2.4.4 + - 2.5.1 - ruby-head matrix: -- cgit v1.2.1