travis: don't need git cloning progress
authorPhilip Prindeville <philipp@redfish-solutions.com>
Mon, 2 Jul 2018 00:57:09 +0000 (18:57 -0600)
committerYousong Zhou <yszhou4tech@gmail.com>
Tue, 3 Jul 2018 02:31:44 +0000 (10:31 +0800)
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 <philipp@redfish-solutions.com>
.travis.yml

index 773a3511267e653964753b670e8d52e120f2f7a1..e6668f93ca6651707c6d7f5c2ba9c0361a159a20 100644 (file)
@@ -1,5 +1,7 @@
 git:
   depth: 10
+  quiet: true
+
 language: c
 dist: trusty
 sudo: false