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)
This commit is contained in:
Philip Prindeville 2018-06-20 23:47:51 -06:00 committed by Azat Khuzhin
parent d9ffd22137
commit 24236aed01
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