From d1e09f6964fd145d43d9564728a5a409233d979e Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Tue, 10 Oct 2017 20:11:36 +0200 Subject: [PATCH] Travis: Do not test on jruby-head (#567) --- .travis.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 171f04c..589b01d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ cache: before_install: - gem install bundler matrix: + fast_finish: true include: - rvm: 2.2.8 install: true # This skips 'bundle install' @@ -18,14 +19,6 @@ matrix: jdk: oraclejdk8 env: - JRUBY_OPTS=--debug - - rvm: jruby-head - jdk: oraclejdk8 - env: - - JRUBY_OPTS=--debug - - DEBUG=1 - allow_failures: - - rvm: jruby-head - fast_finish: true addons: code_climate: