From f80fff610a1340a571c37683b7d8a4308d9c3106 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Tue, 2 Apr 2013 09:15:49 -0700 Subject: [PATCH] Ignore failures on JRuby and Rubinius If tests pass on MRI but fail on JRuby or Rubinius, that indicates a compatibility bug in these Ruby implementations, not a bug in this library. Continue to run the tests so we can report and track these issues but don't turn the entire build status red. --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 29f49803..16fd4fd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,9 +45,7 @@ matrix: - rvm: 1.8.7 gemfile: gemfiles/sqlite3/4-0.gemfile allow_failures: + - rvm: rbx-18mode + - rvm: rbx-19mode + - rvm: jruby-18mode - rvm: jruby-19mode - gemfile: gemfiles/mysql/4-0.gemfile - - rvm: jruby-19mode - gemfile: gemfiles/postgresql/4-0.gemfile - - rvm: jruby-19mode - gemfile: gemfiles/sqlite3/4-0.gemfile