Do full git clones in travis. Shallow clones are causing test-subtree

errors when the depth is exactly 50.
This commit is contained in:
Michelle Au
2019-10-08 14:44:56 -07:00
parent 2c81919807
commit f1697d2cac

View File

@@ -2,6 +2,8 @@ language: go
sudo: required
services:
- docker
git:
depth: false
matrix:
include:
- go: 1.12.4