diff options
author | Grace Liu <graceliu@yahoo.com> | 2012-07-24 16:44:20 -0700 |
---|---|---|
committer | Grace Liu <graceliu@yahoo.com> | 2012-07-24 16:44:20 -0700 |
commit | 0c1c0c634b2acd372d4b70187c492378c8e7c531 (patch) | |
tree | 7f9d03b13e77f1a2acb8060baab3c2adb8590214 | |
parent | 864b49d42f887b2453a3d90807569c8ca73af807 (diff) | |
download | rails-0c1c0c634b2acd372d4b70187c492378c8e7c531.tar.gz rails-0c1c0c634b2acd372d4b70187c492378c8e7c531.tar.bz2 rails-0c1c0c634b2acd372d4b70187c492378c8e7c531.zip |
remove duplicate build runs in travis. These extra runs were used to
test identity map and not fully removed when the feature was removed.
-rwxr-xr-x | ci/travis.rb | 3 |
1 files changed, 0 insertions, 3 deletions
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 |