Update appveyor.yml

remove unused get of
github.com/mitchellh/gox & golang.org/x/tools/cmd/stringer
This commit is contained in:
Adrien Delorme 2019-06-06 18:19:41 +02:00
parent 4ab5471490
commit f1fd23c65a
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ install:
- echo %Path% - echo %Path%
- go version - go version
- go env - go env
- go get github.com/mitchellh/gox
- go get golang.org/x/tools/cmd/stringer
build_script: build_script:
- git rev-parse HEAD - git rev-parse HEAD