From a8115e10fcf83d4f11f10063e2cea1edc79cb8f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=20Mar=C3=ADa=20Mart=C3=ADnez=20G=C3=B3mez?= Date: Thu, 27 Dec 2018 21:54:04 +0100 Subject: [PATCH] Ruby 2.6 is out! Let's ensure it works :) --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index e7e7c7d..fab2c9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,12 @@ cache: bundler after_success: - coveralls rvm: - - 2.4.0 - - 2.5.1 - - ruby-head - - jruby-9.2.0.0 - - jruby-head + - 2.4.0 + - 2.5.1 + - 2.6.0 + - ruby-head + - jruby-9.2.0.0 + - jruby-head matrix: allow_failures: