From: Francois-Xavier Le Bail Date: Thu, 8 Jan 2015 14:18:10 +0000 (+0100) Subject: Travis: use the new 'quiet' option for git X-Git-Tag: tcpdump-4.7.2~1^2~48 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/dbeff870b96e35beeeb946d04ef564cb8d513c43 Travis: use the new 'quiet' option for git This change allows to avoid many useless lines in the logs: remote:... [...] Receiving objects:... [...] Resolving deltas:... [...] --- diff --git a/.travis.yml b/.travis.yml index be4ce9ec..84b6c5bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,9 @@ addons: # Pattern to match selecting branches that will run analysis branch_pattern: coverity_scan +git: + quiet: true + before_install: - uname -a - date