Merge pull request #4026 from guggero/lint-fix

travis: remove git clone depth limitation to fix linter
This commit is contained in:
Johan T. Halseth 2020-02-20 22:33:13 +01:00 committed by GitHub
commit 214c73a9a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"