Skip to content

Commit f1697d2

Browse files
committed
Do full git clones in travis. Shallow clones are causing test-subtree
errors when the depth is exactly 50.
1 parent 2c81919 commit f1697d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: go
22
sudo: required
33
services:
44
- docker
5+
git:
6+
depth: false
57
matrix:
68
include:
79
- go: 1.12.4

0 commit comments

Comments
 (0)