Skip to content

Commit

Permalink
Tell Travis to use quiet git clone
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
pprindeville authored and azat committed Jun 21, 2018
1 parent d9ffd22 commit 24236ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24236ae

Please sign in to comment.