From b7e0cd65747703a22584481750528309acb24946 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Tue, 4 Apr 2017 22:50:51 +0200 Subject: [PATCH] Add Ruby 2.3, 2.4 to Travis CI. * fast_finish is to get the Travis result as faster without waiting the result of the "allow_failures" items. See https://blog.travis-ci.com/2013-11-27-fast-finishing-builds/ --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 22e21ec..814ca8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ --- language: ruby rvm: + - 2.4.1 + - 2.3.4 - 2.2.3 - 2.1.6 - 2.0.0 @@ -16,6 +18,7 @@ matrix: - rvm: jruby-9.0.0.0.pre2 - rvm: ruby-head - rvm: ruby-head-clang + fast_finish: true gemfile: - Gemfile before_script: