From 1a2382a242c013010d81c7ac89454507e5be00b0 Mon Sep 17 00:00:00 2001 From: Shane da Silva Date: Fri, 12 Jul 2019 13:29:54 -0700 Subject: [PATCH] Remove JRuby 9.1.9.0 from build matrix Tests for this Ruby don't pass on any platform, and failures were ignored long ago in bfc740446. Since we have a working test for a newer version of JRuby (9.2.5.0), remove these tests so CI results don't take as long to return. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 629e8cb..28f4cc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ os: - osx rvm: - - jruby-9.1.9.0 - rbx-3 - 2.3 - 2.4 @@ -33,7 +32,6 @@ env: matrix: allow_failures: - rvm: rbx-3 - - rvm: jruby-9.1.9.0 - rvm: ruby-head - env: "CHILDPROCESS_POSIX_SPAWN=true" include: