Skip to content

Commit

Permalink
Avoid testing combinations that will always fail
Browse files Browse the repository at this point in the history
Older versions of Rails don't work with ruby >= 3.0 because of
changes to keyword arguments.
  • Loading branch information
composerinteralia committed Feb 20, 2021
1 parent 630aca4 commit 18bbc5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ matrix:
gemfile: gemfiles/5.2.gemfile
- rvm: ruby-head
gemfile: gemfiles/5.0.gemfile
- rvm: ruby-head
gemfile: gemfiles/5.1.gemfile
- rvm: ruby-head
gemfile: gemfiles/5.2.gemfile
allow_failures:
- rvm: ruby-head
- rvm: jruby-9.2.8.0
Expand Down

0 comments on commit 18bbc5b

Please sign in to comment.