From 61af343768edd7f72219f9d328cde44697ad5cf3 Mon Sep 17 00:00:00 2001 From: Philip Prindeville Date: Sun, 8 Jul 2018 10:55:54 -0600 Subject: Don't need interactive progress on git clones in Travis Travis logs are usually inspected after the build completes, by which time progress info is useless. Signed-off-by: Philip Prindeville --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 941a4a5796..20a812a7c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +git: + quiet: true + dist: trusty language: c sudo: required -- cgit v1.2.1