From 8144e7620f5b1a2e7e12e97b0a5dae76fd4a7467 Mon Sep 17 00:00:00 2001 From: Jordon Bedwell Date: Thu, 14 Apr 2016 14:32:16 -0500 Subject: [PATCH] Update JRuby to 9.0.5.0; Drop the double digit test. We've tested enough of the double digit stuff, it's only slowing down our specs and we've got an idea about what's going on with it. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5c0ce205..56a8b42c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,7 @@ rvm: - &ruby1 2.3.0 - &ruby2 2.2.4 - &ruby3 2.1.8 - - &ruby4 2.1.10 - - &jruby jruby-9.0.4.0 + - &jruby jruby-9.0.5.0 - &rhead ruby-head matrix: @@ -18,7 +17,6 @@ matrix: allow_failures: - rvm: *jruby - rvm: *rhead - - rvm: *ruby4 env: matrix: - TEST_SUITE=test