Change c:\go to c:\gopath to avoid conflicts

This commit is contained in:
Matthew Holt 2015-10-12 19:17:50 -06:00
parent dee2e8e67d
commit 7121e2c770

View file

@ -2,10 +2,10 @@ version: "{build}"
os: Windows Server 2012 R2
clone_folder: c:\go\src\github.com\mholt\caddy
clone_folder: c:\gopath\src\github.com\mholt\caddy
environment:
GOPATH: c:\go
GOPATH: c:\gopath
install:
- go get golang.org/x/tools/cmd/vet