From 43dc9ed23ed846c8e2e4f2d01c7ae7b63d072272 Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Wed, 17 Jul 2013 21:32:46 +0100 Subject: [PATCH] Allow JRuby to fail the CI for now It's broken to to external issues, see bundler/bundler-api#36 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2ab6afa..4756587 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,6 @@ rvm: - 1.9.3 - rbx-19mode - jruby-19mode +matrix: + allow_failures: + - rvm: jruby-19mode