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
1 changed files with 10 additions and 0 deletions
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…
Add table
Reference in a new issue