From 0c1c0c634b2acd372d4b70187c492378c8e7c531 Mon Sep 17 00:00:00 2001 From: Grace Liu Date: Tue, 24 Jul 2012 16:44:20 -0700 Subject: remove duplicate build runs in travis. These extra runs were used to test identity map and not fully removed when the feature was removed. --- ci/travis.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'ci') diff --git a/ci/travis.rb b/ci/travis.rb index fc120f80ba..b03ac4fe35 100755 --- a/ci/travis.rb +++ b/ci/travis.rb @@ -100,9 +100,6 @@ ENV['GEM'].split(',').each do |gem| build = Build.new(gem, :isolated => isolated) results[build.key] = build.run! - if build.activerecord? - results[build.key] = build.run! - end end end -- cgit v1.2.3