From 99e086390b61e12c482c29a66fc4238360d87d9e Mon Sep 17 00:00:00 2001 From: gggeek Date: Sun, 13 Dec 2020 20:50:04 +0000 Subject: [PATCH] travis tests --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e6e8cb20..f1554b95 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 -- 2.47.0