Skip to content

Commit

Permalink
CI : PHP CS (PEAR to Composer)
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed May 14, 2014
1 parent bf71e72 commit 30b02bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ before_script:

script:
## PHP_CodeSniffer
- phpcs --standard=PSR1 src/
- phpcs --standard=PSR2 src/
- ./vendor/bin/phpcs --standard=PSR1 src/
- ./vendor/bin/phpcs --standard=PSR2 src/
## PHP Copy/Paste Detector
- php phpcpd.phar --verbose src/
## PHP Mess Detector
Expand Down

0 comments on commit 30b02bb

Please sign in to comment.