Travis CI: Use phpDocumentor 3

This commit is contained in:
Daniel Rudolf 2020-07-10 19:45:21 +02:00
parent d6f9806b32
commit 9bf317f903
No known key found for this signature in database
GPG key ID: A061F02CD8DE4538

View file

@ -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