summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhilip Prindeville <philipp@redfish-solutions.com>2018-08-14 17:37:33 -0400
committerRich Salz <rsalz@openssl.org>2018-08-14 17:37:33 -0400
commitb1bebbcb67325593f8af247582208940a4cc0332 (patch)
treed6957ceb9da3a623a7b01f0d833d87b8965b7a76 /.travis.yml
parent572fa0249d1b863f180986369735b8048ef5f57a (diff)
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 <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)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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