File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ before_script:
21
21
# # PHP Mess Detector
22
22
- pear config-set preferred_state beta
23
23
- printf "\n" | pecl install imagick
24
- - pear channel-discover pear.phpmd.org
25
- - pear channel-discover pear.pdepend.org
26
- - pear install --alldeps phpmd/PHP_PMD
24
+ # - pear channel-discover pear.phpmd.org
25
+ # - pear channel-discover pear.pdepend.org
26
+ # - pear install --alldeps phpmd/PHP_PMD
27
27
- phpenv rehash
28
28
# # PHPLOC
29
29
- curl -o phploc.phar https://phar.phpunit.de/phploc.phar
@@ -35,7 +35,7 @@ script:
35
35
# # PHP Copy/Paste Detector
36
36
- php phpcpd.phar --verbose Classes/
37
37
# # PHP Mess Detector
38
- - phpmd Classes/ text unusedcode,naming,design
38
+ # - phpmd Classes/ text unusedcode,naming,design
39
39
# # PHPLOC
40
40
- php phploc.phar Classes/
41
41
# # PHPUnit
You can’t perform that action at this time.
0 commit comments