We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d9a21 commit d7a66caCopy full SHA for d7a66ca
.travis.yml
@@ -21,8 +21,8 @@ before_script:
21
- composer install --prefer-source
22
- composer selfupdate --quiet
23
## PHP_CodeSniffer
24
- - pyrus install pear/PHP_CodeSniffer
25
- - phpenv rehash
+ #- pyrus install pear/PHP_CodeSniffer
+ #- phpenv rehash
26
## PHP Copy/Paste Detector
27
#- curl -o phpcpd.phar https://phar.phpunit.de/phpcpd.phar
28
## PHP Mess Detector
@@ -37,8 +37,8 @@ before_script:
37
38
script:
39
40
- - phpcs --standard=PSR1 -n src/
41
- - phpcs --standard=PSR2 -n src/
+ #- phpcs --standard=PSR1 -n src/
+ #- phpcs --standard=PSR2 -n src/
42
43
#- php phpcpd.phar --verbose src/
44
0 commit comments