From 9bf317f9031f12ca44aaa2a93977c529a717a21a Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Fri, 10 Jul 2020 19:45:21 +0200 Subject: [PATCH] Travis CI: Use phpDocumentor 3 --- .build/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build/install.sh b/.build/install.sh index 738f648..c64bf80 100755 --- a/.build/install.sh +++ b/.build/install.sh @@ -5,7 +5,7 @@ set -e # setup build system BUILD_REQUIREMENTS=( --phpcs ) -[ "$1" != "--deploy" ] || BUILD_REQUIREMENTS+=( --cloc --phpdoc ) +[ "$1" != "--deploy" ] || BUILD_REQUIREMENTS+=( --cloc --phpdoc3 ) "$PICO_TOOLS_DIR/setup/$PICO_BUILD_ENV.sh" "${BUILD_REQUIREMENTS[@]}" # set COMPOSER_ROOT_VERSION when necessary