mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 00:42:12 +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
a3a474964c
commit
beae72f6ba
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ cache:
|
|||
- $HOME/.gradle/caches/
|
||||
- $HOME/.gradle/wrapper/
|
||||
|
||||
env:
|
||||
TERM=dumb
|
||||
|
||||
install:
|
||||
- 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