Fix AppVeyor build

main
Ajitem Sahasrabuddhe 5 years ago
parent 5c81af9f10
commit 4a9e440503
No known key found for this signature in database
GPG Key ID: 782DEBC01D3967A5

@ -14,13 +14,10 @@ install:
- set PATH=%GOPATH%\bin;C:\go\bin;%PATH%
- go version
- go env
- go get github.com/shurcooL/vfsgen
- go get github.com/shurcooL/httpfs/union
- go get github.com/urfave/gfmrun/...
- go get -v -t ./...
build_script:
- go run build.go generate
- go run build.go vet
- go run build.go test
- go run build.go gfmrun

Loading…
Cancel
Save