From 4516e9de42a3070653ab5bacda8e79b854727390 Mon Sep 17 00:00:00 2001 From: Norman Clarke Date: Sun, 3 Mar 2013 18:18:37 -0800 Subject: [PATCH] Allow failures with JRuby. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2a325e94..d7079f43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,9 @@ matrix: # Rails 4 doesn't run on Ruby 1.8 - { rvm: 1.8.7, gemfile: test/gemfiles/Gemfile.rails-4.0.x } + allow_failures: + - { rvm: jruby, gemfile: test/gemfiles/Gemfile.rails-4.0.x } + branches: only: - master