mirror of
https://github.com/google/nomulus.git
synced 2025-07-20 09:46:03 +02:00
Set TERM=dumb in environment to limit build output
The status information gradle prints out doesn't look very good in Travis. In fact, it causes the logfile to exceed the maximum allowed by Travis.
This commit is contained in:
parent
72cbc98b06
commit
fc490f7082
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ cache:
|
||||||
- $HOME/.gradle/caches/
|
- $HOME/.gradle/caches/
|
||||||
- $HOME/.gradle/wrapper/
|
- $HOME/.gradle/wrapper/
|
||||||
|
|
||||||
|
env:
|
||||||
|
TERM=dumb
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- wget http://services.gradle.org/distributions/gradle-4.10.2-bin.zip && unzip gradle-4.10.2-bin.zip
|
- wget http://services.gradle.org/distributions/gradle-4.10.2-bin.zip && unzip gradle-4.10.2-bin.zip
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue