projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e84b7ad
)
travis: Disable shallow clone to fix TestPageWithLastmodFromGitInfo
author
Anthony Fok
<foka@debian.org>
Sat, 7 Apr 2018 08:25:52 +0000
(
02:25
-0600)
committer
Anthony Fok
<foka@debian.org>
Sat, 7 Apr 2018 12:54:24 +0000
(06:54 -0600)
Fixes #4584
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 352e9e3ff71963ed4ba3f9d02d805e1483f97c8f..cd0d39c1c12242b0e2a5c332217bd7af7a0d1036 100644
(file)
--- 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"