Allow php 7.0.7 to fail as it does so due to known bug in phpdbg
This commit is contained in:
parent
ceaa00a9cf
commit
e4b2b64bc8
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ php:
|
||||||
- nightly
|
- nightly
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
- php: 7.0.7 # A known bug in PHP 7.0.7 stops phpdbg producing code coverage reports
|
||||||
- php: nightly
|
- php: nightly
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue