From: gggeek Date: Sun, 13 Dec 2020 20:50:04 +0000 (+0000) Subject: travis tests X-Git-Tag: plcapi-7.1-0~3^2~121 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=99e086390b61e12c482c29a66fc4238360d87d9e;p=plcapi.git travis tests --- diff --git a/.travis.yml b/.travis.yml index e6e8cb2..f1554b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,10 +47,11 @@ install: before_script: # Output what version of phpunit we got going - ./vendor/bin/phpunit --version + # Enable code coverage for a single version of php - if [ "$TRAVIS_PHP_VERSION" = "7.4" ]; then export PHP_OPTS="-d zend_extension=xdebug.so" && export PHPUNIT_OPTS="--coverage-clover=coverage.clover"; fi script: - php $PHP_OPTS ./phpunit/phpunit/phpunit $PHPUNIT_OPTS tests + php $PHP_OPTS ./vendor/phpunit/phpunit/phpunit $PHPUNIT_OPTS tests after_failure: # Troubleshoot test env build problems