mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2024-11-22 13:26:07 +03:00
PSR-2 : Improve Travis CI Report
This commit is contained in:
parent
6850d8a29d
commit
2896d62e08
@ -25,7 +25,7 @@ before_script:
|
||||
|
||||
script:
|
||||
## PHP_CodeSniffer
|
||||
- ./vendor/bin/phpcs --report-width=auto --report-summary --report-full Classes/ unitTests/ --standard=PSR2 -n
|
||||
- ./vendor/bin/phpcs --report-width=200 --report-summary --report-full Classes/ unitTests/ --standard=PSR2 -n
|
||||
## PHPUnit
|
||||
- phpunit -c ./unitTests/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user