mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-04 01:34:07 +02:00
enforce code style with php-cs in travis
This commit is contained in:
parent
350e19c285
commit
83cea01c56
4 changed files with 5 additions and 3 deletions
|
|
@ -50,6 +50,7 @@ install:
|
|||
|
||||
script:
|
||||
- vendor/bin/phpunit --coverage-clover clover.xml -c tests/phpunit.xml
|
||||
- vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --dry-run --diff --diff-format udiff
|
||||
|
||||
after_script:
|
||||
- wget https://scrutinizer-ci.com/ocular.phar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue