From e24acc617cd887b54e35d26aedae09f8a13b9349 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Mon, 30 Oct 2017 14:04:25 -0400 Subject: [PATCH] force git to use https --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 61339bae5..a7a2876cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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