Fetch entire history

This commit is contained in:
Matt Ellis 2017-11-03 17:47:22 -07:00
parent 62ad82ec02
commit 34fa7f7151

View file

@ -9,6 +9,8 @@ language: go
go: 1.9
sudo: true # give us 7.5GB and >2 bursted cores.
before_install:
# Travis only fetches 50 commits by default, and we want them all so we can do git describe --tags
- git fetch --unshallow
# Dep for Go dependency management.
- go get -v github.com/golang/dep/cmd/dep
# Gometalinter for good Go linting/hygiene.