From 04c79c9743b5b14607791a7b6eac5e94fcfa2b9e Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Mon, 14 Aug 2017 20:50:31 +0900 Subject: Update travis.yml travis.yml made it follow Rails (AR). The summary is as follows. - Drop MRI 2.2.1 or lower and updated with latest MRI versions - Drop rbx-2. This build has failed since before - Update JRuby version to 9.1.12.0 --- .travis.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b35bec1c30..352e12793a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,23 +8,18 @@ env: global: - JRUBY_OPTS='--dev -J-Xmx1024M' rvm: - - rbx-2 - - jruby-9.0.5.0 - - jruby-head - - 2.0.0 - - 2.1 - - 2.2.5 - - 2.3.1 + - 2.2.7 + - 2.3.4 - 2.4.1 - ruby-head + - jruby-9.1.12.0 + - jruby-head matrix: fast_finish: true allow_failures: - - rvm: jruby-9.0.5.0 - - rvm: jruby-head - rvm: ruby-head + - rvm: jruby-9.1.12.0 - rvm: jruby-head - - rvm: rbx-2 bundler_args: --jobs 3 --retry 3 notifications: email: false -- cgit v1.2.3