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 aff112a commit db57346Copy full SHA for db57346
.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=PSR2 -n src/
+ - phpcs --standard=PSR2 -n test/
42
43
#- php phpcpd.phar --verbose src/
44
0 commit comments