fix appveyor build

main
Ajitem Sahasrabuddhe 5 years ago
parent 046e68b391
commit 9f97625dbb
No known key found for this signature in database
GPG Key ID: 782DEBC01D3967A5

@ -7,11 +7,13 @@ image: Visual Studio 2017
clone_folder: c:\gopath\src\github.com\urfave\cli
cache:
- node_modules
- node_modules
environment:
GOPATH: C:\gopath
GOVERSION: 1.11.x
GO111MODULE: on
GOPROXY: https://proxy.golang.org
install:
- set PATH=%GOPATH%\bin;C:\go\bin;%PATH%

Loading…
Cancel
Save