Removed CodeSniffer from travis because we are not passing it

This commit is contained in:
Gabriel Bull 2014-03-23 13:00:16 -04:00
parent 29d9a21e10
commit d7a66ca15e
1 changed files with 4 additions and 4 deletions

View File

@ -21,8 +21,8 @@ before_script:
- composer install --prefer-source - composer install --prefer-source
- composer selfupdate --quiet - composer selfupdate --quiet
## PHP_CodeSniffer ## PHP_CodeSniffer
- pyrus install pear/PHP_CodeSniffer #- pyrus install pear/PHP_CodeSniffer
- phpenv rehash #- phpenv rehash
## PHP Copy/Paste Detector ## PHP Copy/Paste Detector
#- curl -o phpcpd.phar https://phar.phpunit.de/phpcpd.phar #- curl -o phpcpd.phar https://phar.phpunit.de/phpcpd.phar
## PHP Mess Detector ## PHP Mess Detector
@ -37,8 +37,8 @@ before_script:
script: script:
## PHP_CodeSniffer ## PHP_CodeSniffer
- phpcs --standard=PSR1 -n src/ #- phpcs --standard=PSR1 -n src/
- phpcs --standard=PSR2 -n src/ #- phpcs --standard=PSR2 -n src/
## PHP Copy/Paste Detector ## PHP Copy/Paste Detector
#- php phpcpd.phar --verbose src/ #- php phpcpd.phar --verbose src/
## PHP Mess Detector ## PHP Mess Detector