diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2018-08-14 23:37:33 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2018-08-14 23:37:33 +0200 |
commit | b1bebbcb67325593f8af247582208940a4cc0332 (patch) | |
tree | d6957ceb9da3a623a7b01f0d833d87b8965b7a76 /.travis.yml | |
parent | Move SSL_DEBUG md fprintf after assignment (diff) | |
download | openssl-b1bebbcb67325593f8af247582208940a4cc0332.tar.xz openssl-b1bebbcb67325593f8af247582208940a4cc0332.zip |
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 '')
-rw-r--r-- | .travis.yml | 1 |
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 |