Commit 6ca2dfab authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge pull request #501 from deeky666/disable-travis-hhvm-unsupported-drivers

Exclude HHVM + PostgreSQL and HHVM + Mysqli from travis build matrix
parents 63ea7df5 13baad62
......@@ -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