Disable appveyor upload

This commit is contained in:
Ellaismer 2018-03-27 05:41:52 -04:00
parent 6d2c94b4d2
commit c04407b8e1

View file

@ -31,10 +31,6 @@ install:
build_script:
- go run build\ci.go install
after_build:
- go run build\ci.go archive -type zip -signer WINDOWS_SIGNING_KEY -upload gethstore/builds
- go run build\ci.go nsis -signer WINDOWS_SIGNING_KEY -upload gethstore/builds
test_script:
- set CGO_ENABLED=1
- go run build\ci.go test -coverage