diff options
author | Eric Lorenzana <eric.lorenzana@sonarsource.com> | 2023-06-12 17:30:35 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-06-13 20:03:37 +0000 |
commit | df7bef95bbe3f181a639c614739f79da53a405b9 (patch) | |
tree | 7c2fbe369e4ddfb18f5bec6ade74a5765c0ed1d4 /travis.sh | |
parent | 45c6d03fa137758ca7b0663f6c6cd92dd733b67a (diff) | |
download | sonarqube-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-x | travis.sh | 2 |
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 |