fix appveyor build

This commit is contained in:
Ajitem Sahasrabuddhe 2019-09-15 17:39:36 +05:30
parent 046e68b391
commit 9f97625dbb
No known key found for this signature in database
GPG Key ID: 782DEBC01D3967A5

View File

@ -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%