diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-10-24 13:41:31 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-10-24 15:30:54 +0100 |
commit | ab96ee29c96d10638d6ae69a80521aa8c4f19113 (patch) | |
tree | d8b485724cea2a96142b1842ed540f5c1a652c1c /.travis.yml | |
parent | fix branch regexp (diff) | |
download | synapse-ab96ee29c96d10638d6ae69a80521aa8c4f19113.tar.xz |
reduce git clone depth
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 4 |
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: |