Travis use same config for phpcs

This commit is contained in:
Adrien Crivelli 2020-07-26 15:05:54 +09:00
parent 48f8b5c1f2
commit 8d788b4dc6
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
php: 7.4 php: 7.4
script: script:
- ./vendor/bin/php-cs-fixer fix --diff --verbose --dry-run - ./vendor/bin/php-cs-fixer fix --diff --verbose --dry-run
- ./vendor/bin/phpcs --report-width=200 samples/ src/ tests/ --ignore=samples/Header.php --standard=PSR2 -n - ./vendor/bin/phpcs
- stage: Coverage - stage: Coverage
php: 7.4 php: 7.4