From 41c056bf9e3c1ca95b3b2b7c86d08e89b06bb607 Mon Sep 17 00:00:00 2001 From: Jonathan Tron Date: Wed, 29 Jul 2015 13:12:30 +0200 Subject: Allow jruby-9.0.0.0 to fail for now and try to fix coverage for jruby --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9e3bf3bc..c1bb4819 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: ruby sudo: false cache: bundler bundler_args: --without profile +env: + - JRUBY_OPTS="-Xcli.debug=true --debug" notifications: irc: "irc.freenode.org#axlsx" email: @@ -16,10 +18,10 @@ rvm: - 2.2 - rbx - jruby-19mode - - jruby-9.0.0.0 - ruby-head - jruby-head matrix: allow_failures: - rvm: ruby-head + - rvm: jruby-9.0.0.0 - rvm: jruby-head -- cgit v1.2.3