]> granicus.if.org Git - libevent/commitdiff
Tell Travis to use quiet git clone
authorPhilip Prindeville <philipp@redfish-solutions.com>
Thu, 21 Jun 2018 05:47:51 +0000 (23:47 -0600)
committerAzat Khuzhin <azat@libevent.org>
Sat, 2 Feb 2019 12:17:57 +0000 (15:17 +0300)
Otherwise the logs show a bunch of pointless progress, which is
really only useful for interactive sessions.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Closes: #651 (cherry-picked)
(cherry picked from commit 24236aed01798303745470e6c498bf606e88724a)

.travis.yml

index d0cab03ca63cd589b72b4a76924d1bd20af41a54..581b5b1de305bffad0ac16ea33515744fc89a6b1 100644 (file)
@@ -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