From e43ba973a3ac34ad32b08caff99ec306ffe9fdd4 Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Thu, 10 Aug 2017 15:58:30 -0400 Subject: Run Active Storage tests in CI (#30144) --- ci/travis.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ci') diff --git a/ci/travis.rb b/ci/travis.rb index 8339e0d08b..2313bece60 100755 --- a/ci/travis.rb +++ b/ci/travis.rb @@ -28,6 +28,7 @@ class Build "av" => "actionview", "aj" => "activejob", "ac" => "actioncable", + "ast" => "activestorage", "guides" => "guides" } @@ -163,6 +164,7 @@ ENV["GEM"].split(",").each do |gem| next if gem == "aj:integration" && isolated next if gem == "guides" && isolated next if gem == "av:ujs" && isolated + next if gem == "ast" && isolated build = Build.new(gem, isolated: isolated) results[build.key] = build.run! -- cgit v1.2.3