From d338140030122524c3a5ce78d874ac801dbb1f34 Mon Sep 17 00:00:00 2001 From: Quentin Renard Date: Tue, 26 May 2020 15:52:03 -0400 Subject: [PATCH] Try only switching the PHPUnit printer through CLI to avoid duplicating the whole configuration file --- .travis.yml | 2 +- phpunit-7.1.xml | 66 ------------------------------------------------- 2 files changed, 1 insertion(+), 67 deletions(-) delete mode 100644 phpunit-7.1.xml diff --git a/.travis.yml b/.travis.yml index d670f984e..5cd064b18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ script: - vendor/bin/php-cs-fixer --dry-run --config=./.php_cs.travis fix src/ tests/ || travis_terminate 1; - | if [[ "$TRAVIS_PHP_VERSION" == '7.1' ]]; then - vendor/bin/phpunit --configuration phpunit-7.1.xml + vendor/bin/phpunit --printer PHPUnit\TextUI\ResultPrinter else vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover fi diff --git a/phpunit-7.1.xml b/phpunit-7.1.xml deleted file mode 100644 index 9da3b5121..000000000 --- a/phpunit-7.1.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - ./tests - - - - - ./src - - ./tests - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -