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 <philipp@redfish-solutions.com>
Closes: #651 (cherry-picked)
(cherry picked from commit 24236aed01798303745470e6c498bf606e88724a)
This commit is contained in:
Philip Prindeville 2018-06-20 23:47:51 -06:00 committed by Azat Khuzhin
parent 780eaac827
commit 061823b147
No known key found for this signature in database
GPG Key ID: B86086848EF8686D

View 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