Remove Xdebug from PHP 5.3 Travis build job as well

This commit is contained in:
Rodrigo Primo 2017-11-23 09:05:44 -02:00
parent 18e7b25eab
commit 51867ac7c3
1 changed files with 0 additions and 3 deletions

View File

@ -6,9 +6,6 @@ if [ $1 == 'before' ]; then
# Composer install fails in PHP 5.2
[[ ${TRAVIS_PHP_VERSION} == '5.2' ]] && exit;
# No Xdebug and therefore no coverage in PHP 5.3
[[ ${TRAVIS_PHP_VERSION} == '5.3' ]] && exit;
if [[ ${TRAVIS_PHP_VERSION:0:2} == "5." ]]; then
composer global require "phpunit/phpunit=4.8.*"
else