Merge pull request #4026 from guggero/lint-fix
travis: remove git clone depth limitation to fix linter
This commit is contained in:
commit
214c73a9a0
@ -8,6 +8,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…
Reference in New Issue
Block a user