Browse Source

BUILD-3109 Display less verbose output during Travis builds

The current builds are hitting Travis CI's log output limit.
tags/10.1.0.73491
Eric Lorenzana 11 months ago
parent
commit
df7bef95bb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      travis.sh

+ 1
- 1
travis.sh View File

@@ -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

Loading…
Cancel
Save