1
0
mirror of synced 2025-01-09 18:47:10 +03:00

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

Exclude HHVM + PostgreSQL and HHVM + Mysqli from travis build matrix
This commit is contained in:
Benjamin Eberlei 2014-01-08 11:22:29 -08:00
commit 93c1106735

View File

@ -30,3 +30,13 @@ after_script:
matrix:
allow_failures:
- php: hhvm
exclude:
- php: hhvm
env: DB=pgsql ENABLE_SECOND_LEVEL_CACHE=0 # driver currently unsupported by HHVM
- php: hhvm
env: DB=pgsql ENABLE_SECOND_LEVEL_CACHE=1 # driver currently unsupported by HHVM
- php: hhvm
env: DB=mysqli ENABLE_SECOND_LEVEL_CACHE=0 # driver currently unsupported by HHVM
- php: hhvm
env: DB=mysqli ENABLE_SECOND_LEVEL_CACHE=1 # driver currently unsupported by HHVM