Merge pull request #1400 from photodude/patch-1
mysqli is supported by HHVM
This commit is contained in:
commit
1370424fed
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue