Skip to content

Commit

Permalink
remove duplicate build runs in travis. These extra runs were used to
Browse files Browse the repository at this point in the history
test identity map and not fully removed when the feature was removed.
  • Loading branch information
graceliu committed Jul 24, 2012
1 parent 864b49d commit 0c1c0c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/travis.rb
Expand Up @@ -100,9 +100,6 @@ def rake(*tasks)
build = Build.new(gem, :isolated => isolated)
results[build.key] = build.run!

if build.activerecord?
results[build.key] = build.run!
end
end
end

Expand Down

0 comments on commit 0c1c0c6

Please sign in to comment.