Skip to content

Commit

Permalink
Travis: don't generate git clone progress for logs
Browse files Browse the repository at this point in the history
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 <[email protected]>

Reviewed-by: Andy Polyakov <[email protected]>
Reviewed-by: Rich Salz <[email protected]>
(Merged from openssl#6928)
  • Loading branch information
pprindeville authored and Rich Salz committed Aug 14, 2018
1 parent 572fa02 commit b1bebbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ language: c
cache: ccache
git:
submodules: false
quiet: true

before_install:
- if [ -n "$COVERALLS" ]; then
Expand Down

0 comments on commit b1bebbc

Please sign in to comment.