summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-10-24 13:41:31 +0100
committerRichard van der Hoff <richard@matrix.org>2018-10-24 15:30:54 +0100
commitab96ee29c96d10638d6ae69a80521aa8c4f19113 (patch)
treed8b485724cea2a96142b1842ed540f5c1a652c1c
parentfix branch regexp (diff)
downloadsynapse-ab96ee29c96d10638d6ae69a80521aa8c4f19113.tar.xz
reduce git clone depth
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
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: