summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2018-04-07 02:25:52 -0600
committerAnthony Fok <foka@debian.org>2018-04-07 06:54:24 -0600
commit094ec171420e659cdf962a19dd90105912ce9901 (patch)
treeb5134d25d3a0a2a6a4fd0b5de6c15d2b63f3e6a7 /.travis.yml
parente84b7ade6540d85e44cb6025e64faa212e06aa2a (diff)
travis: Disable shallow clone to fix TestPageWithLastmodFromGitInfo
Fixes #4584
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 352e9e3ff..cd0d39c1c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,8 @@
language: go
sudo: false
dist: trusty
+git:
+ depth: false
go:
- 1.9.4
- "1.10"