mirror of
https://github.com/google/nomulus
synced 2026-02-05 12:31:15 +00: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user