Fix Travis
This commit is contained in:
parent
50a0ec58af
commit
600a7a1b59
|
@ -24,7 +24,7 @@ before_script:
|
|||
|
||||
script:
|
||||
# PHP_CodeSniffer
|
||||
- if [ -z "$COVERAGE" ]; then ./vendor/bin/phpcs --report-width=200 --report-summary --report-full samples/ src/ tests/ --standard=PSR2 -n ; fi
|
||||
- if [ -z "$COVERAGE" ]; then ./vendor/bin/phpcs --report-width=200 --report-summary --report-full samples/ src/ tests/ --ignore=samples/Header.php --standard=PSR2 -n ; fi
|
||||
# PHP-CS-Fixer
|
||||
- if [ -z "$COVERAGE" ]; then ./vendor/bin/php-cs-fixer fix --diff --verbose --dry-run ; fi
|
||||
# PHPUnit
|
||||
|
|
Loading…
Reference in New Issue