Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run on latest Ruby runtimes #599

Merged
merged 1 commit into from Jun 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 10 additions & 12 deletions .travis.yml
Expand Up @@ -10,10 +10,10 @@ env:
language: ruby
rvm:
- 2.3.8
- 2.4.9
- 2.5.7
- 2.6.5
- 2.7.0
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.1

gemfile:
- gemfiles/no_rails.gemfile
Expand All @@ -22,29 +22,27 @@ gemfile:

matrix:
fast_finish: true
allow_failures:
- rvm: 2.6.5 # travis doesn't have this version on some macOSs

exclude:
- gemfile: gemfiles/no_rails.gemfile
rvm: 2.3.8
- gemfile: gemfiles/no_rails.gemfile
rvm: 2.4.9
rvm: 2.4.10
os: osx
- gemfile: gemfiles/rails_5.gemfile
rvm: 2.4.9
rvm: 2.4.10
os: osx
- gemfile: gemfiles/rails_5.gemfile
rvm: 2.5.7
rvm: 2.5.8
os: osx
# Rails 6 only support Ruby 2.5 and above.
- gemfile: gemfiles/rails_6.gemfile
rvm: 2.3.8
- gemfile: gemfiles/rails_6.gemfile
rvm: 2.4.9
rvm: 2.4.10
- os: osx
rvm: 2.3.8
- os: osx
rvm: 2.4.9
rvm: 2.4.10
- os: osx
rvm: 2.5.7
rvm: 2.5.8