Skip to content

Commit

Permalink
PSR-2 : Improve Travis CI Report
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed May 12, 2015
1 parent 6850d8a commit 2896d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit 2896d62

Please sign in to comment.