shithub: hugo

Download patch

ref: 094ec171420e659cdf962a19dd90105912ce9901
parent: e84b7ade6540d85e44cb6025e64faa212e06aa2a
author: Anthony Fok <[email protected]>
date: Fri Apr 6 22:25:52 EDT 2018

travis: Disable shallow clone to fix TestPageWithLastmodFromGitInfo

Fixes #4584

--- 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"