From df7bef95bbe3f181a639c614739f79da53a405b9 Mon Sep 17 00:00:00 2001 From: Eric Lorenzana Date: Mon, 12 Jun 2023 17:30:35 +0200 Subject: [PATCH] BUILD-3109 Display less verbose output during Travis builds The current builds are hitting Travis CI's log output limit. --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index 341a8714db2..10fba085c88 100755 --- a/travis.sh +++ b/travis.sh @@ -51,7 +51,7 @@ git fetch --unshallow || true BUILD_START_DATETIME=$(date --utc +%FT%TZ) echo "$BUILD_START_DATETIME" > /tmp/build_start_time -./gradlew build --console plain +./gradlew build --warn --console plain # exclude external pull requests if [[ -n "${NEXT_TOKEN-}" ]]; then -- 2.39.5