1
0
mirror of synced 2025-02-02 13:31:45 +03:00

Merge pull request #1400 from photodude/patch-1

mysqli is supported by HHVM
This commit is contained in:
Marco Pivetta 2015-07-16 21:08:32 +01:00
commit 1370424fed

View File

@ -28,8 +28,6 @@ after_script:
matrix:
exclude:
- php: hhvm
env: DB=pgsql # driver currently unsupported by HHVM
- php: hhvm
env: DB=mysqli # driver currently unsupported by HHVM
env: DB=pgsql # driver for PostgreSQL currently unsupported by HHVM, requires 3rd party dependency
allow_failures:
- php: 7.0