mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
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:
parent
d9ffd22137
commit
24236aed01
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user