Travis: don't generate git clone progress for logs
authorPhilip Prindeville <philipp@redfish-solutions.com>
Tue, 14 Aug 2018 21:37:33 +0000 (17:37 -0400)
committerRich Salz <rsalz@openssl.org>
Tue, 14 Aug 2018 21:37:33 +0000 (17:37 -0400)
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 <philipp@redfish-solutions.com>
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6928)

.travis.yml

index e9e5aa2ca0f2a7373ffb1526a4555707a7ddc098..d755d8f8595f193622b1ca7bc4bac469fdc18af1 100644 (file)
@@ -7,6 +7,7 @@ language: c
 cache: ccache
 git:
     submodules: false
+    quiet: true
 
 before_install:
     - if [ -n "$COVERALLS" ]; then