aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/ci_build.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/ci/ci_build.rb b/ci/ci_build.rb
index 446daba840..79afcbeb1e 100755
--- a/ci/ci_build.rb
+++ b/ci/ci_build.rb
@@ -30,13 +30,13 @@ cd "#{root_dir}/activerecord" do
build_results[:activerecord_mysql] = system 'rake test_mysql'
end
-# Postgres is disabled until tests are fixed
-# cd "#{root_dir}/activerecord" do
-# puts
-# puts "[CruiseControl] Building ActiveRecord with PostgreSQL"
-# puts
-# build_results[:activerecord_postgresql8] = system 'rake test_postgresql'
-# end
+Postgres is disabled until tests are fixed
+cd "#{root_dir}/activerecord" do
+ puts
+ puts "[CruiseControl] Building ActiveRecord with PostgreSQL"
+ puts
+ build_results[:activerecord_postgresql8] = system 'rake test_postgresql'
+end
# Sqlite2 is disabled until tests are fixed
# cd "#{root_dir}/activerecord" do