From ab96ee29c96d10638d6ae69a80521aa8c4f19113 Mon Sep 17 00:00:00 2001
From: Richard van der Hoff <richard@matrix.org>
Date: Wed, 24 Oct 2018 13:41:31 +0100
Subject: [PATCH] reduce git clone depth

---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 197dec2bc9..5b6fc47cee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,10 @@ language: python
 # tell travis to cache ~/.cache/pip
 cache: pip
 
+# don't clone the whole repo history, one commit will do
+git:
+  depth: 1
+
 # only build branches we care about (PRs are built seperately)
 branches:
   only:
-- 
GitLab