1
0
mirror of synced 2024-12-05 03:06:05 +03:00

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

This commit is contained in:
Steve Müller 2014-01-08 20:19:10 +01:00
parent 4e824ac6e1
commit f4c30dcd1c

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