travis: Disable shallow clone to fix TestPageWithLastmodFromGitInfo

Fixes #4584
This commit is contained in:
Anthony Fok 2018-04-07 02:25:52 -06:00
parent e84b7ade65
commit 094ec17142
No known key found for this signature in database
GPG key ID: EA2500B412C59ACF

View file

@ -1,6 +1,8 @@
language: go language: go
sudo: false sudo: false
dist: trusty dist: trusty
git:
depth: false
go: go:
- 1.9.4 - 1.9.4
- "1.10" - "1.10"