mirror of
https://github.com/redmine/redmine.git
synced 2026-07-10 21:53:04 +02:00
travis: add PostgreSQL environments
git-svn-id: http://svn.redmine.org/redmine/trunk@14530 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -67,7 +67,7 @@ file 'config/database.yml' do
|
||||
dev_conf['password'] = 'jenkins'
|
||||
end
|
||||
test_conf = dev_conf.merge('database' => test_db_name)
|
||||
when 'postgresql'
|
||||
when /postgresql/
|
||||
dev_conf = {'adapter' => 'postgresql', 'database' => dev_db_name,
|
||||
'host' => 'localhost'}
|
||||
if ENV['RUN_ON_NOT_OFFICIAL']
|
||||
|
||||
Reference in New Issue
Block a user