From: Philip Prindeville Date: Thu, 21 Jun 2018 05:47:51 +0000 (-0600) Subject: Tell Travis to use quiet git clone X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24236aed01798303745470e6c498bf606e88724a;p=libevent Tell Travis to use quiet git clone Otherwise the logs show a bunch of pointless progress, which is really only useful for interactive sessions. Signed-off-by: Philip Prindeville Closes: #651 (cherry-picked) --- diff --git a/.travis.yml b/.travis.yml index e5abe9c6..cb153d1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,9 @@ os: sudo: false dist: trusty +git: + quiet: true + env: matrix: - EVENT_BUILD_METHOD=cmake EVENT_CMAKE_OPTIONS="-DEVENT__COVERAGE=ON -DCMAKE_BUILD_TYPE=debug" COVERALLS=yes