Fix syntax error in shell script

This commit is contained in:
Gerhard 2019-03-19 15:31:49 +02:00
parent 0a1eb076ea
commit 441c79ee41
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ fi
if [[ ${RUN_CODE_COVERAGE} == 1 ]]; then
phpdbg -qrr $HOME/.composer/vendor/phpunit/phpunit/phpunit -d memory_limit=-1 -c phpunit.xml --coverage-clover=coverage.clover --exclude-group=timeout
else if [[ ${TRAVIS_PHP_VERSION:0:3} != "5.2" ]]; then
elif [[ ${TRAVIS_PHP_VERSION:0:3} != "5.2" ]]; then
$HOME/.composer/vendor/phpunit/phpunit/phpunit -c phpunit.xml
else
phpunit -c phpunit.xml