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