Travis CI: Use phpDocumentor 3
This commit is contained in:
parent
d6f9806b32
commit
9bf317f903
@ -5,7 +5,7 @@ set -e
|
|||||||
|
|
||||||
# setup build system
|
# setup build system
|
||||||
BUILD_REQUIREMENTS=( --phpcs )
|
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[@]}"
|
"$PICO_TOOLS_DIR/setup/$PICO_BUILD_ENV.sh" "${BUILD_REQUIREMENTS[@]}"
|
||||||
|
|
||||||
# set COMPOSER_ROOT_VERSION when necessary
|
# set COMPOSER_ROOT_VERSION when necessary
|
||||||
|
Loading…
x
Reference in New Issue
Block a user