From 53597cf64e00db87cdfd9fb29d8129a66e360ca1 Mon Sep 17 00:00:00 2001 From: Philip Prindeville Date: Sun, 1 Jul 2018 18:57:09 -0600 Subject: [PATCH] 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) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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