Skip to content

Commit

Permalink
Add Rails 5.0 and 5.1 on jruby to allowed failures
Browse files Browse the repository at this point in the history
The jdbc adapters arent working with the latest patch releases of Rails.
We'd like to test these if they could work, so I've added them to
allowed_failures instead of fully excluding them.
  • Loading branch information
jhawthorn authored and parndt committed Apr 24, 2018
1 parent 61fb92c commit 1672bf7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -43,6 +43,11 @@ matrix:
gemfile: gemfiles/Gemfile.rails-4.0.rb
- rvm: 2.4.0
gemfile: gemfiles/Gemfile.rails-4.1.rb
allow_failures:
- rvm: jruby-9.1.13.0
gemfile: gemfiles/Gemfile.rails-5.1.rb
- rvm: jruby-9.1.13.0
gemfile: gemfiles/Gemfile.rails-5.0.rb

sudo: false

Expand Down

0 comments on commit 1672bf7

Please sign in to comment.