aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorEric Lorenzana <eric.lorenzana@sonarsource.com>2023-06-12 17:30:35 +0200
committersonartech <sonartech@sonarsource.com>2023-06-13 20:03:37 +0000
commitdf7bef95bbe3f181a639c614739f79da53a405b9 (patch)
tree7c2fbe369e4ddfb18f5bec6ade74a5765c0ed1d4 /travis.sh
parent45c6d03fa137758ca7b0663f6c6cd92dd733b67a (diff)
downloadsonarqube-df7bef95bbe3f181a639c614739f79da53a405b9.tar.gz
sonarqube-df7bef95bbe3f181a639c614739f79da53a405b9.zip
BUILD-3109 Display less verbose output during Travis builds
The current builds are hitting Travis CI's log output limit.
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
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