Skip to content

Commit

Permalink
Do full git clones in travis. Shallow clones are causing test-subtree
Browse files Browse the repository at this point in the history
errors when the depth is exactly 50.
  • Loading branch information
msau42 committed Oct 8, 2019
1 parent 2c81919 commit f1697d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions travis.yml
Expand Up @@ -2,6 +2,8 @@ language: go
sudo: required
services:
- docker
git:
depth: false
matrix:
include:
- go: 1.12.4
Expand Down

0 comments on commit f1697d2

Please sign in to comment.