mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
reduce git clone depth
This commit is contained in:
parent
0f4fb537ce
commit
ab96ee29c9
@ -4,6 +4,10 @@ language: python
|
|||||||
# tell travis to cache ~/.cache/pip
|
# tell travis to cache ~/.cache/pip
|
||||||
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)
|
# only build branches we care about (PRs are built seperately)
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
Loading…
Reference in New Issue
Block a user