travis: Limit git checkout depth
This commit is contained in:
parent
f04b17f1c9
commit
cac0dd7ff7
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ go:
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
# we only need a single git commit
|
||||||
|
git:
|
||||||
|
depth: 1
|
||||||
|
|
||||||
# test-and-build does the installation, so tell travis to skip the
|
# test-and-build does the installation, so tell travis to skip the
|
||||||
# installation step
|
# installation step
|
||||||
install: true
|
install: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue