Merge pull request #1516 from lucas-clemente/remove-stray-appveyor-command

remove stray AppVeyor command
This commit is contained in:
Marten Seemann
2018-09-10 17:30:09 +08:00
committed by GitHub

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