From 061823b14796e4c633b1dbb4c0f702d0a391230e Mon Sep 17 00:00:00 2001 From: Philip Prindeville Date: Wed, 20 Jun 2018 23:47:51 -0600 Subject: [PATCH] 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) (cherry picked from commit 24236aed01798303745470e6c498bf606e88724a) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index d0cab03c..581b5b1d 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 -- 2.40.0