Allow the PHP5.5-build to fail
PHP5.5 is not officially released, so making it part of the overall build-success seems not useful. It can be simply re-enabled it, when PHP5.5 is released, or as soon as the builds doesn't fail anymore.pull/1473/head
parent
a18db058d5
commit
265d69d38f
|
@ -6,6 +6,10 @@ php:
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- php: 5.5
|
||||||
|
|
||||||
before_script: composer install
|
before_script: composer install
|
||||||
|
|
||||||
script: phpunit -c tests/complete.phpunit.xml
|
script: phpunit -c tests/complete.phpunit.xml
|
||||||
|
|
Loading…
Reference in New Issue