changed git config determination to go-git (#41) [continue #45] (#62)

This commit is contained in:
6543
2019-10-28 21:10:20 +00:00
committed by techknowlogick
parent e456abcc8c
commit 3d128cfc69
674 changed files with 311827 additions and 75 deletions

17
vendor/gopkg.in/src-d/go-billy.v4/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,17 @@
language: go
go:
- 1.9.x
- 1.10.x
go_import_path: gopkg.in/src-d/go-billy.v4
install:
- go get -v -t ./...
script:
- make test-coverage
- ./.ci/test-building-binaries-for-supported-os.sh
after_success:
- bash <(curl -s https://codecov.io/bash)