Skip to content

Commit 80eb9c8

Browse files
committed
Don't need interactive progress on git clones in Travis
Travis logs are usually inspected after the build completes, by which time progress info is useless. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
1 parent f950128 commit 80eb9c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
git:
2+
quiet: true
3+
14
dist: trusty
25
language: c
36
sudo: required

0 commit comments

Comments
 (0)