Skip to content

Commit

Permalink
Rails master now only works with Ruby 2.5+
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Dec 20, 2018
1 parent 2573a52 commit 782f7c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ matrix:
- rvm: 2.1.10
gemfile: gemfiles/Gemfile.rails-5.2.x

# Rails 6+ requires Ruby >= 2.4
# Rails 6+ requires Ruby >= 2.5
- rvm: 2.0.0
gemfile: gemfiles/Gemfile.rails-master
- rvm: 2.1.10
Expand All @@ -52,6 +52,8 @@ matrix:
gemfile: gemfiles/Gemfile.rails-master
- rvm: 2.3.7
gemfile: gemfiles/Gemfile.rails-master
- rvm: 2.4.5
gemfile: gemfiles/Gemfile.rails-master
allow_failures:
- rvm: rbx
- rvm: jruby
Expand Down

0 comments on commit 782f7c4

Please sign in to comment.