diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-08-30 04:53:56 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-08-30 04:53:56 +0000 |
commit | 3b45b2e55cbc3e093ef0ef65e8d76ca4713ff5a4 (patch) | |
tree | 2d80231c779844e6bca85aae9069c13c6c5bfb80 /lib/tasks/ci.rake | |
parent | 4f6f2a7e27debd5a87342e1fe0a2bb71923a40b2 (diff) | |
download | redmine-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.rake | 2 |
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'] |