Travis CI: Use phpDocumentor 3
This commit is contained in:
parent
d6f9806b32
commit
9bf317f903
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue