From f1a30d8ad5ae17e6202fd3a126027378773dcaea Mon Sep 17 00:00:00 2001 From: Matthew Draper Date: Thu, 25 Jan 2018 09:55:10 +1030 Subject: Only run isolated tests on the latest stable ruby: that's now 2.5 --- ci/travis.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/travis.rb') diff --git a/ci/travis.rb b/ci/travis.rb index f521ef3cf6..861063afa5 100755 --- a/ci/travis.rb +++ b/ci/travis.rb @@ -159,7 +159,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.4" && isolated + next if RUBY_VERSION < "2.5" && isolated next if gem == "railties" && isolated next if gem == "ac" && isolated next if gem == "ac:integration" && isolated -- cgit v1.2.3