mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Merge pull request #192 from carlaKC/travis-depth
traivs: set depth to false to clone whole repo
This commit is contained in:
commit
b070a4fb07
1 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,11 @@ cache:
|
|||
- $GOPATH/src/github.com/golang
|
||||
- $GOPATH/src/gopkg.in/alecthomas
|
||||
|
||||
# Remove Travis' default flag --depth=50 from the git clone command to make sure
|
||||
# we have the whole git history, including the commit we lint against.
|
||||
git:
|
||||
depth: false
|
||||
|
||||
go:
|
||||
- "1.13.x"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue