Fix AppVeyor build
This commit is contained in:
parent
5c81af9f10
commit
4a9e440503
@ -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…
Reference in New Issue
Block a user