force git to use https

This commit is contained in:
James Bardin 2017-10-30 14:04:25 -04:00
parent 53c8c1e208
commit e24acc617c
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ install:
# See: https://github.com/golang/go/issues/12933
- bash scripts/gogetcookie.sh
- go get github.com/kardianos/govendor
before_script:
- git config --global url.https://github.com/.insteadOf ssh://git@github.com/
script:
- make vendor-status
- make test