瀏覽代碼

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 月之前
父節點
當前提交
df7bef95bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      travis.sh

+ 1
- 1
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

Loading…
取消
儲存