Skip to content

Commit

Permalink
Run tests on Ruby 3.0 (#390)
Browse files Browse the repository at this point in the history
Rails 5.2 and below [do not work with Ruby 3][rails issue], so don't run
those test

[rails issue]: rails/rails#40938.
  • Loading branch information
composerinteralia committed Jan 13, 2021
1 parent a5c7bf3 commit c8b3f90
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ rvm:
- 2.5
- 2.6
- 2.7
- 3.0
- ruby-head
branches:
only:
Expand All @@ -20,6 +21,13 @@ gemfile:
- gemfiles/rails6.0.gemfile
- gemfiles/rails6.1.gemfile
matrix:
exclude:
- rvm: 3.0
gemfile: gemfiles/rails5.0.gemfile
- rvm: 3.0
gemfile: gemfiles/rails5.1.gemfile
- rvm: 3.0
gemfile: gemfiles/rails5.2.gemfile
fast_finish: true
allow_failures:
- rvm: ruby-head

0 comments on commit c8b3f90

Please sign in to comment.