Skip to content

Commit

Permalink
Don't test Rails 4.2 with Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusvk committed May 12, 2020
1 parent 18a72bd commit 5c90433
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 @@ -14,6 +14,10 @@ gemfile:
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
- gemfiles/rails_6.0.gemfile
matrix:
exclude:
- rvm: "2.7.0"
gemfile: gemfiles/rails_4.2.gemfile
env:
- DB=postgresql
- DB=sqlite3
Expand Down

0 comments on commit 5c90433

Please sign in to comment.