exclude unsupported HHVM + PostgreSQL and HHVM + Mysqli from travis build matrix for now
This commit is contained in:
parent
4e824ac6e1
commit
f4c30dcd1c
10
.travis.yml
10
.travis.yml
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user