From: Philip Prindeville Date: Mon, 2 Jul 2018 00:57:09 +0000 (-0600) Subject: travis: don't need git cloning progress X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=53597cf64e00db87cdfd9fb29d8129a66e360ca1;p=feed%2Fpackages.git travis: don't need git cloning progress Since Travis runs as a batch job and logs are typically looked at after-the-fact (if at all), there's not any point to seeing progress when cloning git repos. Signed-off-by: Philip Prindeville (cherry picked from commit fc3beffeff252bb1d1efd43ff8a63687d16ac0b2) --- diff --git a/.travis.yml b/.travis.yml index 773a351126..e6668f93ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ git: depth: 10 + quiet: true + language: c dist: trusty sudo: false