Skip to content

Commit

Permalink
Shorter (relevant) diff by php-cs-fixer for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsche authored and adrilo committed Feb 9, 2021
1 parent 7334751 commit ed9322e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed9322e

Please sign in to comment.