Merge pull request #5871 from nextcloud/drone-postgres

Drone postgres
pull/5614/head
Morris Jobke 2017-07-26 14:16:50 +07:00 committed by GitHub
commit 174cd4f478
1 changed files with 4 additions and 4 deletions

@ -622,9 +622,9 @@ matrix:
- DB: mysql
PHP: 5.6
ENABLE_REDIS: true
# - DB: postgres
# PHP: 5.6
# ENABLE_REDIS: true
- DB: postgres
PHP: 5.6
ENABLE_REDIS: true
- DB: mysqlmb4
PHP: 5.6
ENABLE_REDIS: true
@ -644,7 +644,7 @@ services:
image: postgres
environment:
- POSTGRES_USER=oc_autotest
- POSTGRES_PASSWORD=oc_autotest
- POSTGRES_PASSWORD=owncloud
when:
matrix:
DB: postgres