aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarmine Vassallo <carmine.vassallo@sonarsource.com>2023-11-08 17:40:27 +0100
committerCarmine Vassallo <carmine.vassallo@sonarsource.com>2023-11-08 18:01:07 +0100
commitc4a7f25cfdadfd39a3f8340ccbbf2b2ce8f02940 (patch)
tree0275ae3a90d0744b1fc0647d53e345898acd63c0
parent5d004a8f2aeb8128ebac80305f26256fcc5824ea (diff)
downloadsonarqube-bug/cv/SONAR-20986-open-source-build-on-travis-failing.tar.gz
sonarqube-bug/cv/SONAR-20986-open-source-build-on-travis-failing.zip
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh
index 10fba085c88..271a7faab3e 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 --warn --console plain
+./gradlew clean build --stacktrace --console plain
# exclude external pull requests
if [[ -n "${NEXT_TOKEN-}" ]]; then