소스 검색

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…
취소
저장