From c53ddcc8a56657f2baeaf6feee4796b7157580a9 Mon Sep 17 00:00:00 2001 From: Nicolas Leger Date: Mon, 5 Feb 2018 16:47:47 +0100 Subject: [PATCH] [CI] Test against new Ruby 2.5 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bad97e97..4f492143 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,9 @@ rvm: - 2.0.0 - 2.1 - 2.2 - - 2.3.4 - - 2.4.1 + - 2.3 + - 2.4 + - 2.5 - rbx-3.81 - ruby-head