Update .travis.yml
Comment out phpmd since this is blocking the process. Please CMIIW.
This commit is contained in:
parent
530571af33
commit
17ab0ce3c0
@ -21,9 +21,9 @@ before_script:
|
||||
## PHP Mess Detector
|
||||
- pear config-set preferred_state beta
|
||||
- printf "\n" | pecl install imagick
|
||||
- pear channel-discover pear.phpmd.org
|
||||
- pear channel-discover pear.pdepend.org
|
||||
- pear install --alldeps phpmd/PHP_PMD
|
||||
#- pear channel-discover pear.phpmd.org
|
||||
#- pear channel-discover pear.pdepend.org
|
||||
#- pear install --alldeps phpmd/PHP_PMD
|
||||
- phpenv rehash
|
||||
## PHPLOC
|
||||
- curl -o phploc.phar https://phar.phpunit.de/phploc.phar
|
||||
@ -35,7 +35,7 @@ script:
|
||||
## PHP Copy/Paste Detector
|
||||
- php phpcpd.phar --verbose Classes/
|
||||
## PHP Mess Detector
|
||||
- phpmd Classes/ text unusedcode,naming,design
|
||||
#- phpmd Classes/ text unusedcode,naming,design
|
||||
## PHPLOC
|
||||
- php phploc.phar Classes/
|
||||
## PHPUnit
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user