1
0
mirror of synced 2025-02-10 01:09:26 +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: matrix:
exclude: exclude:
- php: hhvm - php: hhvm
env: DB=pgsql # driver currently unsupported by HHVM env: DB=pgsql # driver for PostgreSQL currently unsupported by HHVM, requires 3rd party dependency
- php: hhvm
env: DB=mysqli # driver currently unsupported by HHVM
allow_failures: allow_failures:
- php: 7.0 - php: 7.0