From 660bbe4ae71e02090f16b11b4a993dfebab83f7f Mon Sep 17 00:00:00 2001 From: Andy Gaskell Date: Tue, 19 Jan 2021 01:15:30 +0000 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 315e19c..c2062a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,9 @@ install: script: - mkdir -p build/logs - - vendor/bin/phpunit -c phpunit.dist.xml --testdox + #- vendor/bin/phpunit -c phpunit.dist.xml --testdox + #XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text + - XDEBUG_MODE=coverage vendor/bin/phpunit -c phpunit.dist.xml --testdox after_success: - travis_retry php vendor/bin/php-coveralls -v