Skip to content

Commit a187b11

Browse files
authored
Remove --quiet from mvn site to avoid Travis timeout (#1396)
2 parents 57738da + f01b7ac commit a187b11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utilities/after_success.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [ "${TRAVIS_JDK_VERSION}" == "oraclejdk7" ]; then
3333
git config --global user.email "travis@travis-ci.org"
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)