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