From bf1e94cc563ab9fc8a55ea190a797a1f39c1c9a5 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 28 Aug 2019 14:28:31 +0200 Subject: [PATCH] CI: Use ruby 2.4.7, 2.5.6, 2.6.4 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9806f553..e758e458 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,9 @@ services: rvm: - 2.3.8 - - 2.4.6 - - 2.5.5 - - 2.6.3 + - 2.4.7 + - 2.5.6 + - 2.6.4 - ruby-head matrix: