Skip to content

Commit f01b7ac

Browse files
committed
Remove --quiet from mvn site to avoid Travis timeout
1 parent 57738da commit f01b7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/after_success.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [ "${TRAVIS_JDK_VERSION}" == "oraclejdk7" ]; then
3333
git config --global user.email "[email protected]"
3434
git clone --branch gh-pages --single-branch https://github.com/GoogleCloudPlatform/google-cloud-java/ tmp_gh-pages
3535
mkdir -p tmp_gh-pages/$SITE_VERSION
36-
mvn site -DskipTests=true --quiet -Djava.util.logging.config.file=logging.properties
36+
mvn site -DskipTests=true -Djava.util.logging.config.file=logging.properties
3737
mvn site:stage --quiet -Djava.util.logging.config.file=logging.properties -DtopSiteURL=http://googlecloudplatform.github.io/google-cloud-java/site/${SITE_VERSION}/
3838
cd tmp_gh-pages
3939
cp -r ../target/staging/$SITE_VERSION/* $SITE_VERSION/

0 commit comments

Comments
 (0)