From 4ea2f6f7ed7aba4ba63ecd63d490846200200e95 Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Sun, 17 Jun 2012 11:42:39 -0700 Subject: [PATCH] Sick of jruby breaking travis --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1fa55305..f0445bd0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,9 @@ rvm: script: "bundle exec rake test" -env: TEST=true \ No newline at end of file +env: TEST=true + +matrix: + allow_failures: + - rvm: jruby-18mode + - rvm: jruby-19mode \ No newline at end of file