remove cache-file option
This commit is contained in:
parent
3f3f398524
commit
5364feb6c8
@ -47,7 +47,7 @@ script:
|
|||||||
## PHP_CodeSniffer
|
## PHP_CodeSniffer
|
||||||
- if [ -z "$COVERAGE" ]; then ./vendor/bin/phpcs src/ tests/ --standard=PSR2 -n --ignore=src/PhpWord/Shared/PCLZip ; fi
|
- if [ -z "$COVERAGE" ]; then ./vendor/bin/phpcs src/ tests/ --standard=PSR2 -n --ignore=src/PhpWord/Shared/PCLZip ; fi
|
||||||
## PHP-CS-Fixer
|
## PHP-CS-Fixer
|
||||||
- if [ -n "$COVERAGE" ]; then ./vendor/bin/php-cs-fixer fix --diff --verbose --dry-run --cache-file=.php-cs.cache ; fi
|
- if [ -n "$COVERAGE" ]; then ./vendor/bin/php-cs-fixer fix --diff --verbose --dry-run ; fi
|
||||||
## PHP Mess Detector
|
## PHP Mess Detector
|
||||||
- if [ -z "$COVERAGE" ]; then ./vendor/bin/phpmd src/,tests/ text ./phpmd.xml.dist --exclude pclzip.lib.php ; fi
|
- if [ -z "$COVERAGE" ]; then ./vendor/bin/phpmd src/,tests/ text ./phpmd.xml.dist --exclude pclzip.lib.php ; fi
|
||||||
## PHPUnit
|
## PHPUnit
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user