summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhilip Prindeville <philipp@redfish-solutions.com>2018-07-08 10:55:54 -0600
committerStanislav Malyshev <stas@php.net>2018-12-02 16:04:22 -0800
commit61af343768edd7f72219f9d328cde44697ad5cf3 (patch)
treece2b106b886dd1c4b060543e05d59b8a6cb883bb /.travis.yml
parentf8eac1f438d043440f3da18262ce7fb0986feb50 (diff)
downloadphp-git-61af343768edd7f72219f9d328cde44697ad5cf3.tar.gz
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>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 941a4a5796..20a812a7c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,6 @@
+git:
+ quiet: true
+
dist: trusty
language: c
sudo: required