Commit 990e1b428ecec220a735170ccc1dc768fe775dd3

Authored by Andrew Kane
1 parent 19aaf666

Allow ActiveRecord 5.1 test failures with JRuby

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
.travis.yml
... ... @@ -26,3 +26,5 @@ matrix:
26 26 allow_failures:
27 27 - rvm: jruby-9.1.5.0
28 28 gemfile: Gemfile
  29 + - rvm: jruby-9.1.5.0
  30 + gemfile: test/gemfiles/activerecord51.gemfile
... ...