0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-14 10:03:47 +01:00

reduce git clone depth

This commit is contained in:
Richard van der Hoff 2018-10-24 13:41:31 +01:00
parent 0f4fb537ce
commit ab96ee29c9

View file

@ -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: