Skip to content

Commit

Permalink
Merge pull request doctrine#1400 from photodude/patch-1
Browse files Browse the repository at this point in the history
mysqli is supported by HHVM
  • Loading branch information
Ocramius committed Jul 16, 2015
2 parents ad056eb + 4d6dfb2 commit 1370424
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1370424

Please sign in to comment.