Skip to content

Commit

Permalink
Exclude Rails 5.2.x/Ruby 2.2 from build matrix
Browse files Browse the repository at this point in the history
Rails 5.2 has an unreleased fix for the use of the &. operator.
  • Loading branch information
pixeltrix committed Sep 12, 2020
1 parent b904be7 commit 106818c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -27,6 +27,8 @@ matrix:
gemfile: gemfiles/rails_5_0.gemfile
- rvm: 2.7.1
gemfile: gemfiles/rails_5_1.gemfile
- rvm: 2.2.10
gemfile: gemfiles/rails_5_2.gemfile
- rvm: 2.7.1
gemfile: gemfiles/rails_5_2.gemfile
- rvm: 2.2.10
Expand Down

0 comments on commit 106818c

Please sign in to comment.