From: Anthony Fok Date: Sat, 7 Apr 2018 08:25:52 +0000 (-0600) Subject: travis: Disable shallow clone to fix TestPageWithLastmodFromGitInfo X-Git-Tag: v0.38.2~7 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=094ec171420e659cdf962a19dd90105912ce9901;p=brevno-suite%2Fhugo travis: Disable shallow clone to fix TestPageWithLastmodFromGitInfo Fixes #4584 --- diff --git a/.travis.yml b/.travis.yml index 352e9e3f..cd0d39c1 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"