]> 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 <a3at.mail@gmail.com>
Thu, 21 Jun 2018 07:05:24 +0000 (10:05 +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)
.travis.yml

index e5abe9c600c6873f68d6a74b2026913d8d82d19d..cb153d1dcf9e8953df0e13589ed46658ebaed993 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