mirror of
https://github.com/openssl/openssl.git
synced 2025-03-19 19:50:42 +08:00
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)
This commit is contained in:
parent
572fa0249d
commit
b1bebbcb67
@ -7,6 +7,7 @@ language: c
|
||||
cache: ccache
|
||||
git:
|
||||
submodules: false
|
||||
quiet: true
|
||||
|
||||
before_install:
|
||||
- if [ -n "$COVERALLS" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user