Skip to content

Commit dd01ed1

Browse files
committed
Fix .travis.yml
1 parent d1022a9 commit dd01ed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ script:
5050
## PHP_CodeSniffer
5151
- phpcs src/ tests/ --standard=PSR2 -n --ignore=src/PhpWord/Shared/PCLZip
5252
## PHP Copy/Paste Detector
53-
- phpcpd src/ tests/ --verbose
53+
- php phpcpd.phar src/ tests/ --verbose
5454
## PHP Mess Detector
5555
- phpmd src/,tests/ text unusedcode,naming,design,controversial --exclude pclzip.lib.php
5656
## PHPLOC
5757
#- php phploc.phar src/
5858
## PHPUnit
5959
- phpunit -c ./ --coverage-text --coverage-html ./build/coverage
6060
## PHPDocumentor
61-
- vendor/bin/phpdoc.php -d ./src -t ./build/docs -i ./src/PhpWord/Shared/PCLZip/
61+
- vendor/bin/phpdoc.php -d ./src -t ./build/docs -i ./src/PhpWord/Shared/PCLZip/*
6262

6363
after_script:
6464
## PHPDocumentor

0 commit comments

Comments
 (0)