Actually run tests using postgres

This commit is contained in:
Daniel Hensby 2017-07-26 14:22:00 +01:00
parent 6a168488ac
commit 5187e747b3
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E

View File

@ -9,8 +9,8 @@ php:
env:
matrix:
- DB=POSTGRESQL CORE_RELEASE=3.0
- DB=POSTGRESQL CORE_RELEASE=3.1
- DB=PGSQL CORE_RELEASE=3.0
- DB=PGSQL CORE_RELEASE=3.1
before_script:
- composer self-update