浏览代码

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

正在加载...
取消
保存