Move back to default postgres image

This commit is contained in:
Timothy Warren 2018-01-31 13:59:14 -05:00
parent aa6216ca37
commit fe7b0d698a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ before_script:
- php composer.phar install --ignore-platform-reqs
services:
- mysql:latest
- postgres:alpine
- postgres:latest
variables:
MYSQL_ROOT_PASSWORD: foo-bar-baz