Skip to content

Commit

Permalink
Try only switching the PHPUnit printer through CLI to avoid duplicati…
Browse files Browse the repository at this point in the history
…ng the whole configuration file
  • Loading branch information
ifox committed May 26, 2020
1 parent a576a1c commit d338140
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 67 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
66 changes: 0 additions & 66 deletions phpunit-7.1.xml

This file was deleted.

0 comments on commit d338140

Please sign in to comment.