mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
travis: Disable shallow clone to fix TestPageWithLastmodFromGitInfo
Fixes #4584
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
language: go
|
language: go
|
||||||
sudo: false
|
sudo: false
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
git:
|
||||||
|
depth: false
|
||||||
go:
|
go:
|
||||||
- 1.9.4
|
- 1.9.4
|
||||||
- "1.10"
|
- "1.10"
|
||||||
|
Reference in New Issue
Block a user