URI: 
       travis: Disable shallow clone to fix TestPageWithLastmodFromGitInfo - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 094ec171420e659cdf962a19dd90105912ce9901
   DIR parent e84b7ade6540d85e44cb6025e64faa212e06aa2a
  HTML Author: Anthony Fok <foka@debian.org>
       Date:   Sat,  7 Apr 2018 02:25:52 -0600
       
       travis: Disable shallow clone to fix TestPageWithLastmodFromGitInfo
       
       Fixes #4584
       
       Diffstat:
         M .travis.yml                         |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git 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"