Allow php 7.0.7 to fail as it does so due to known bug in phpdbg

This commit is contained in:
Jonny Barnes 2016-06-06 15:49:24 +01:00
parent ceaa00a9cf
commit e4b2b64bc8

View file

@ -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: