From b773f84085f88df0bb36786c2dee2f817451c03a Mon Sep 17 00:00:00 2001 From: Mauro George Date: Tue, 22 Dec 2015 20:20:55 -0200 Subject: [PATCH] Drop JRuby 1.9 Since we are no longer support Ruby 1.9 we are safe to remove this from the CI. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5862e1bd..989832ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,8 +32,6 @@ matrix: include: - rvm: 2.2 env: CAPTURE_STDERR=true - - rvm: jruby-19mode - env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false -Xcli.debug=true --debug' allow_failures: - rvm: ruby-head fast_finish: true