diff --git a/.travis/build-site.sh b/.travis/build-site.sh index 07993c342d..7e376c9c1c 100644 --- a/.travis/build-site.sh +++ b/.travis/build-site.sh @@ -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