summaryrefslogtreecommitdiffstats
path: root/lib/tasks/ci.rake
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-08-30 04:53:56 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-08-30 04:53:56 +0000
commit3b45b2e55cbc3e093ef0ef65e8d76ca4713ff5a4 (patch)
tree2d80231c779844e6bca85aae9069c13c6c5bfb80 /lib/tasks/ci.rake
parent4f6f2a7e27debd5a87342e1fe0a2bb71923a40b2 (diff)
downloadredmine-3b45b2e55cbc3e093ef0ef65e8d76ca4713ff5a4.tar.gz
redmine-3b45b2e55cbc3e093ef0ef65e8d76ca4713ff5a4.zip
travis: add PostgreSQL environments
git-svn-id: http://svn.redmine.org/redmine/trunk@14530 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/tasks/ci.rake')
-rw-r--r--lib/tasks/ci.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake
index ac6e4ad2b..8c7f8b68f 100644
--- a/lib/tasks/ci.rake
+++ b/lib/tasks/ci.rake
@@ -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']