Skip to content

Commit

Permalink
Fix build matrix
Browse files Browse the repository at this point in the history
Allow Rails 3.2 to fail against Ruby 2.4, 2.5, and 2.6
Do not allow Rails 4.2 to fail against Ruby 2.4

Refs:
- https://github.com/rails/rails/blob/3-2-stable/.travis.yml#L28-L35
- https://github.com/rails/rails/blob/4-2-stable/.travis.yml#L25-L31
  • Loading branch information
tagliala committed Apr 27, 2019
1 parent 0fcc21b commit cdbbaca
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,22 @@ gemfile:
matrix:
allow_failures:
- rvm: ruby-head
- rvm: 2.4
gemfile: gemfiles/rails_3.gemfile
- rvm: 2.4
gemfile: gemfiles/rails_4.gemfile
- rvm: 2.4
gemfile: gemfiles/rails_4.1.gemfile
- rvm: 2.4
gemfile: gemfiles/rails_4.2.gemfile
- rvm: 2.5
gemfile: gemfiles/rails_3.gemfile
- rvm: 2.5
gemfile: gemfiles/rails_4.gemfile
- rvm: 2.5
gemfile: gemfiles/rails_4.1.gemfile
- rvm: 2.5
gemfile: gemfiles/rails_4.2.gemfile
- rvm: 2.6
gemfile: gemfiles/rails_3.gemfile
- rvm: 2.6
gemfile: gemfiles/rails_4.gemfile
- rvm: 2.6
Expand Down

0 comments on commit cdbbaca

Please sign in to comment.