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
|
sudo: required
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
git:
|
||||||
|
depth: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- go: 1.12.4
|
- go: 1.12.4
|
||||||
|
Reference in New Issue
Block a user