Do full git clones in travis. Shallow clones are causing test-subtree
errors when the depth is exactly 50.
This commit is contained in:
parent
2c81919807
commit
f1697d2cac
|
|
@ -2,6 +2,8 @@ language: go
|
|||
sudo: required
|
||||
services:
|
||||
- docker
|
||||
git:
|
||||
depth: false
|
||||
matrix:
|
||||
include:
|
||||
- go: 1.12.4
|
||||
|
|
|
|||
Loading…
Reference in New Issue