aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/travis.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/travis.rb b/ci/travis.rb
index 02ec8948bd..168bb259f4 100755
--- a/ci/travis.rb
+++ b/ci/travis.rb
@@ -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