Commit 6e9611a1 by Scott

Update travis.yml

parent cc7b5458
...@@ -35,7 +35,7 @@ script: ...@@ -35,7 +35,7 @@ script:
#- phpmd --exclude qa-include/vendor/ . text codesize #- phpmd --exclude qa-include/vendor/ . text codesize
#- phpmd --exclude qa-include/vendor/ . text unusedcode #- phpmd --exclude qa-include/vendor/ . text unusedcode
# PHP Copy/Paste Detector # PHP Copy/Paste Detector
- php phpcpd.phar . - php phpcpd.phar --exclude vendor .
# PHPLOC # PHPLOC
- php phploc.phar . - php phploc.phar .
# PHPUnit # PHPUnit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment