From acc2c16a771f5cfce935858e74a295496b3e81a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=20Mar=C3=ADa=20Mart=C3=ADnez=20G=C3=B3mez?= Date: Sat, 11 Aug 2018 07:02:58 +0200 Subject: [PATCH] Add Ruby 2.5 support Add last Ruby version to Travis. Closes https://github.com/rantly-rb/rantly/issues/37 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c66d35d..abc79d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ cache: bundler after_success: - coveralls rvm: + - 2.5.1 - 2.4.0 - jruby-1.7.26 - jruby-9.1.7.0