Skip to content

Commit 61af343

Browse files
pprindevillesmalyshev
authored andcommitted
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 f8eac1f commit 61af343

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
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)