forked from phoedos/pmd
travis: run install before building site docu
This commit is contained in:
@ -20,7 +20,8 @@ export PING_PID_FILE=/tmp/build-site-ping.pid
|
||||
source .travis/background-job-funcs.sh
|
||||
|
||||
# Run the build, redirect output into the file
|
||||
./mvnw verify site site:stage -Psite -B -V >> $BUILD_OUTPUT 2>&1
|
||||
./mvnw install -DskipTests=true -B -V >> $BUILD_OUTPUT 2>&1
|
||||
./mvnw site site:stage -Psite -B -V >> $BUILD_OUTPUT 2>&1
|
||||
|
||||
# The build finished without returning an error so dump a tail of the output
|
||||
dump_output
|
||||
|
Reference in New Issue
Block a user