Show progress so Travis does not think the build failed
This commit is contained in:
parent
09d456e477
commit
5c03e85531
|
@ -28,7 +28,7 @@ script:
|
||||||
## PHP_CodeSniffer
|
## PHP_CodeSniffer
|
||||||
- ./vendor/bin/phpcs --report-width=200 --report-summary --report-full src/ tests/ --standard=PSR2 -n
|
- ./vendor/bin/phpcs --report-width=200 --report-summary --report-full src/ tests/ --standard=PSR2 -n
|
||||||
## PHP-CS-Fixer
|
## PHP-CS-Fixer
|
||||||
- ./vendor/bin/php-cs-fixer fix . --diff
|
- ./vendor/bin/php-cs-fixer fix --diff --verbose
|
||||||
## PHPUnit
|
## PHPUnit
|
||||||
- ./vendor/bin/phpunit --coverage-clover coverage-clover.xml
|
- ./vendor/bin/phpunit --coverage-clover coverage-clover.xml
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue