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:
Michael Muller 2018-10-31 16:44:26 -04:00
parent a3a474964c
commit beae72f6ba

View file

@ -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