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
commit f78c0035b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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