1
0
Fork 0

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
Sebastian Krebs 2013-01-11 21:47:32 +01:00
parent a18db058d5
commit 265d69d38f
1 changed files with 5 additions and 1 deletions

View File

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