From: Philip Prindeville Date: Tue, 14 Aug 2018 21:37:33 +0000 (-0400) Subject: Travis: don't generate git clone progress for logs X-Git-Tag: OpenSSL_1_1_1-pre9~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b1bebbcb67325593f8af247582208940a4cc0332;p=oweals%2Fopenssl.git Travis: don't generate git clone progress for logs The logs are usually not looked at, and when they are it's almost always after they've completed and returned a status. That being the case, "progress" output is useless if it's always seen after the fact. Signed-off-by: Philip Prindeville Reviewed-by: Andy Polyakov Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/6928) --- diff --git a/.travis.yml b/.travis.yml index e9e5aa2ca0..d755d8f859 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ language: c cache: ccache git: submodules: false + quiet: true before_install: - if [ -n "$COVERALLS" ]; then