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:
commit
93c1106735
10
.travis.yml
10
.travis.yml
@ -30,3 +30,13 @@ after_script:
|
|||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: hhvm
|
- 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