From 4aa3261518a8e88b55c8ca214f718d454609f34c Mon Sep 17 00:00:00 2001 From: Nicolas Leger Date: Mon, 12 Feb 2018 00:23:06 +0100 Subject: [PATCH] [CI] Test against Ruby 2.5 version --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0f815173..0e3e476d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ rvm: - 2.2 - 2.3 - 2.4 + - 2.5 - ruby-head - jruby-head # - rbx-2 @@ -18,13 +19,14 @@ addons: matrix: allow_failures: + - rvm: ruby-head - rvm: jruby-head install: - gem install rainbow -v 2.2.1 - bundle install -script: "bundle exec rake" +script: bundle exec rake notifications: disable: true