mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
travis: Limit git checkout depth
This commit is contained in:
parent
f04b17f1c9
commit
cac0dd7ff7
|
|
@ -4,6 +4,10 @@ go:
|
|||
|
||||
sudo: false
|
||||
|
||||
# we only need a single git commit
|
||||
git:
|
||||
depth: 1
|
||||
|
||||
# test-and-build does the installation, so tell travis to skip the
|
||||
# installation step
|
||||
install: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue