mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Only run isolated tests on the latest stable ruby: that's now 2.6
Follow up #34795.
See also f1a30d8ad5
.
This commit is contained in:
parent
6719d37be9
commit
50d9c06b01
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ results = {}
|
|||
ENV["GEM"].split(",").each do |gem|
|
||||
[false, true].each do |isolated|
|
||||
next if ENV["TRAVIS_PULL_REQUEST"] && ENV["TRAVIS_PULL_REQUEST"] != "false" && isolated
|
||||
next if RUBY_VERSION < "2.5" && isolated
|
||||
next if RUBY_VERSION < "2.6" && isolated
|
||||
next if gem == "railties" && isolated
|
||||
next if gem == "actioncable" && isolated
|
||||
next if gem == "actioncable:integration" && isolated
|
||||
|
|
Loading…
Reference in a new issue