remove stray AppVeyor command

This commit is contained in:
Marten Seemann
2018-09-10 17:10:43 +08:00
parent fee4c38930
commit 09ae414811

View File

@@ -22,7 +22,6 @@ install:
- set PATH=%PATH%;%GOPATH%\bin\windows_%GOARCH%;%GOPATH%\bin
- echo %PATH%
- echo %GOPATH%
- git submodule update --init --recursive
- go get github.com/onsi/ginkgo/ginkgo
- go get github.com/onsi/gomega
- go version