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 72cbc98b06
commit fc490f7082

View file

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