On 12/04/2012, at 6:42 PM, Guillaume Laforge wrote: > Hi, > > One of my Github projects is using Travis-CI as build tool. > And when I look at the logs of the build, I see the dependencies download > messages printed tons of times. > When viewed live in the console, this is okay as you're rewriting on the > previous download message, but when logged by a CI tool, that's a bit verbose. > What is the advised way to either avoid that multiple printing, or even to > get rid of the download messages altogether if not possible?
Any idea what $TERM is set to? You could add some some (temporary) logging to your build script to find this out. -- Adam Murdoch Gradle Co-founder http://www.gradle.org VP of Engineering, Gradleware Inc. - Gradle Training, Support, Consulting http://www.gradleware.com
