Removed PHP 5.5 from the allowed failures.

This commit is contained in:
Jakub Zalas 2013-06-21 09:32:21 +01:00
parent 349218692e
commit 69ec7c8363
1 changed files with 0 additions and 4 deletions

View File

@ -6,10 +6,6 @@ php:
- 5.4
- 5.5
matrix:
allow_failures:
- php: 5.5
before_script:
- echo '' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- sh -c 'if [ $(php -r "echo PHP_MINOR_VERSION;") -le 4 ]; then echo "extension = apc.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'