Remove all support for PHP 5.2 in Travis
This commit is contained in:
parent
d09009261f
commit
80f1e2fba2
|
@ -6,8 +6,6 @@ fi
|
||||||
|
|
||||||
if [[ ${RUN_CODE_COVERAGE} == 1 ]]; then
|
if [[ ${RUN_CODE_COVERAGE} == 1 ]]; then
|
||||||
phpdbg -qrr $HOME/.composer/vendor/bin/phpunit -d memory_limit=-1 -c phpunit.xml --coverage-clover=coverage.clover --exclude-group=timeout $@
|
phpdbg -qrr $HOME/.composer/vendor/bin/phpunit -d memory_limit=-1 -c phpunit.xml --coverage-clover=coverage.clover --exclude-group=timeout $@
|
||||||
elif [[ ${TRAVIS_PHP_VERSION:0:3} != "5.2" ]]; then
|
|
||||||
$HOME/.composer/vendor/bin/phpunit -c phpunit.xml $@
|
|
||||||
else
|
else
|
||||||
phpunit -c phpunit.xml $@
|
$HOME/.composer/vendor/bin/phpunit -c phpunit.xml $@
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue