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

View File

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