From 9f30626e1c7f30712c00ab02da9fb82772c96fa8 Mon Sep 17 00:00:00 2001 From: Nicolas Leger Date: Mon, 2 Apr 2018 09:49:56 +0200 Subject: [PATCH] [CI] Test against Ruby 2.4 and 2.5 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7701600..779b7a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,8 @@ before_script: bundle exec ruby -Ilib:test test/setup.rb rvm: - 2.1 - 2.2 - - 2.3.0 + - 2.3 + - 2.4 + - 2.5 notifications: email: false