Use PHP 7.0 for code coverage
Hopefully this will avoid the frequent core dump seen on Travis.
This commit is contained in:
parent
870d8640f5
commit
2ad559639e
|
@ -10,7 +10,7 @@ php:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- php: 7.1
|
- php: 7.0
|
||||||
env: COVERAGE=1
|
env: COVERAGE=1
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
|
|
Loading…
Reference in New Issue