diff --git a/tests/bin/travis.sh b/tests/bin/travis.sh index bd7e3fda61f..a01b750b028 100755 --- a/tests/bin/travis.sh +++ b/tests/bin/travis.sh @@ -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