force git to use https
This commit is contained in:
parent
53c8c1e208
commit
e24acc617c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue