Show progress so Travis does not think the build failed

This commit is contained in:
Adrien Crivelli 2016-08-17 01:00:21 +09:00
parent 09d456e477
commit 5c03e85531
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ script:
## PHP_CodeSniffer
- ./vendor/bin/phpcs --report-width=200 --report-summary --report-full src/ tests/ --standard=PSR2 -n
## PHP-CS-Fixer
- ./vendor/bin/php-cs-fixer fix . --diff
- ./vendor/bin/php-cs-fixer fix --diff --verbose
## PHPUnit
- ./vendor/bin/phpunit --coverage-clover coverage-clover.xml