diff --git a/.travis.yml b/.travis.yml index b60b5d77..8497a4e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,9 @@ go: # we have everything vendored install: true +git: + depth: 200 + env: - GOOS=linux GOARCH=amd64 # - GOOS=windows GOARCH=amd64