Sfoglia il codice sorgente

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 mesi fa
parent
commit
df7bef95bb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      travis.sh

+ 1
- 1
travis.sh Vedi File



BUILD_START_DATETIME=$(date --utc +%FT%TZ) BUILD_START_DATETIME=$(date --utc +%FT%TZ)
echo "$BUILD_START_DATETIME" > /tmp/build_start_time echo "$BUILD_START_DATETIME" > /tmp/build_start_time
./gradlew build --console plain
./gradlew build --warn --console plain


# exclude external pull requests # exclude external pull requests
if [[ -n "${NEXT_TOKEN-}" ]]; then if [[ -n "${NEXT_TOKEN-}" ]]; then

Loading…
Annulla
Salva