CI: test AR + sqlite 2 on 1.8 only

This commit is contained in:
Jeremy Kemper
2009-11-13 23:32:32 -08:00
parent 6950f0cef2
commit 78f5ecf02f

View File

@@ -38,11 +38,13 @@ cd "#{root_dir}/activerecord" do
build_results[:activerecord_postgresql8] = system 'rake postgresql:rebuild_databases && rake test_postgresql'
end
cd "#{root_dir}/activerecord" do
puts
puts "[CruiseControl] Building ActiveRecord with SQLite 2"
puts
build_results[:activerecord_sqlite] = system 'rake test_sqlite'
if RUBY_VERSION < '1.9.0'
cd "#{root_dir}/activerecord" do
puts
puts "[CruiseControl] Building ActiveRecord with SQLite 2"
puts
build_results[:activerecord_sqlite] = system 'rake test_sqlite'
end
end
cd "#{root_dir}/activerecord" do