remove duplicate build runs in travis. These extra runs were used to

test identity map and not fully removed when the feature was removed.
This commit is contained in:
Grace Liu 2012-07-24 16:44:20 -07:00
parent 864b49d42f
commit 0c1c0c634b
1 changed files with 0 additions and 3 deletions

View File

@ -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