PSR-2 : Improve Travis CI Report

This commit is contained in:
Progi1984 2015-05-12 13:45:25 +02:00
parent 6850d8a29d
commit 2896d62e08
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ before_script:
script: script:
## PHP_CodeSniffer ## 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
- phpunit -c ./unitTests/ - phpunit -c ./unitTests/