Shorter (relevant) diff by php-cs-fixer for Travis CI

This commit is contained in:
jmsche 2020-05-29 11:43:51 +02:00
parent ab973cab34
commit 70b3cc0403

View File

@ -42,7 +42,7 @@ before_script:
script:
- |
if [[ "$WITH_CS" == "true" ]]; then
vendor/bin/php-cs-fixer fix --config=.php_cs.dist --verbose --diff --dry-run
vendor/bin/php-cs-fixer fix --config=.php_cs.dist --verbose --diff --dry-run --diff-format=udiff
fi
- |
if [[ "$WITH_PHPUNIT" == "true" ]]; then