Commit 13baad62 authored by Steve Müller's avatar Steve Müller

exclude unsupported HHVM + PostgreSQL and HHVM + Mysqli from travis build matrix for now

parent 63ea7df5
......@@ -26,3 +26,8 @@ script: phpunit --configuration tests/travis/$DB.travis.xml
matrix:
allow_failures:
- php: hhvm
exclude:
- php: hhvm
env: DB=pgsql # driver currently unsupported by HHVM
- php: hhvm
env: DB=mysqli # driver currently unsupported by HHVM
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment