]> granicus.if.org Git - php/commitdiff
Don't need interactive progress on git clones in Travis
authorPhilip Prindeville <philipp@redfish-solutions.com>
Sun, 8 Jul 2018 16:55:54 +0000 (10:55 -0600)
committerStanislav Malyshev <stas@php.net>
Mon, 3 Dec 2018 00:04:22 +0000 (16:04 -0800)
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>
.travis.yml

index 941a4a5796277d548e75f224dad47b82463c1aa2..20a812a7c1fab0d4c406d9a111b8a3e72f32632b 100644 (file)
@@ -1,3 +1,6 @@
+git:
+  quiet: true
+
 dist: trusty
 language: c
 sudo: required