Skip to content

Commit 17ab0ce

Browse files
committed
Update .travis.yml
Comment out phpmd since this is blocking the process. Please CMIIW.
1 parent 530571a commit 17ab0ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ before_script:
2121
## PHP Mess Detector
2222
- pear config-set preferred_state beta
2323
- 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
2727
- phpenv rehash
2828
## PHPLOC
2929
- curl -o phploc.phar https://phar.phpunit.de/phploc.phar
@@ -35,7 +35,7 @@ script:
3535
## PHP Copy/Paste Detector
3636
- php phpcpd.phar --verbose Classes/
3737
## PHP Mess Detector
38-
- phpmd Classes/ text unusedcode,naming,design
38+
#- phpmd Classes/ text unusedcode,naming,design
3939
## PHPLOC
4040
- php phploc.phar Classes/
4141
## PHPUnit

0 commit comments

Comments
 (0)