From 105e53b1cd538a62f25286b75b055d695f5788ab Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Mon, 5 May 2014 09:49:15 +0200 Subject: [PATCH] #154 : Ignore PCLZip in PHPDocumentor --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 65b9de9a..5db4c373 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ script: ## PHPUnit - phpunit -c ./ --coverage-text --coverage-html ./build/coverage ## PHPDocumentor - - vendor/bin/phpdoc.php -d ./src -t ./build/docs -i ./src/PhpWord/Shared/PCLZip/* + - vendor/bin/phpdoc.php -d ./src -t ./build/docs --ignore "*/src/PhpWord/Shared/PCLZip/*" after_script: ## PHPDocumentor