aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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