1
0
mirror of synced 2025-02-02 21:41:45 +03:00

PostgreSQL currently unsupported by HHVM

- Supported but you have to [install an officially supported dependency.](https://github.com/PocketRent/hhvm-pgsql/tree/releases)
This commit is contained in:
photodude 2015-05-05 19:19:34 -06:00 committed by photodude
parent 652f999e83
commit 4d6dfb2b81

View File

@ -26,5 +26,8 @@ after_script:
- php vendor/bin/coveralls -v
matrix:
exclude:
- php: hhvm
env: DB=pgsql # driver for PostgreSQL currently unsupported by HHVM, requires 3rd party dependency
allow_failures:
- php: 7.0