travis: run install before building site docu

This commit is contained in:
Andreas Dangel
2017-05-20 22:48:02 +02:00
parent e63e352573
commit 6aa77ce3e4

View File

@ -20,7 +20,8 @@ export PING_PID_FILE=/tmp/build-site-ping.pid
source .travis/background-job-funcs.sh source .travis/background-job-funcs.sh
# Run the build, redirect output into the file # 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 # The build finished without returning an error so dump a tail of the output
dump_output dump_output