Disable appveyor testing

Only keep build. We test on Travis anyway, so testing again there only
wastes time.
This commit is contained in:
Wei Tang 2018-07-08 00:36:32 +08:00
parent 648c20ff9a
commit b16de7c962

View file

@ -29,10 +29,6 @@ build_script:
- ps: Get-FileHash multi-geth-win64.zip -Algorithm SHA256 - ps: Get-FileHash multi-geth-win64.zip -Algorithm SHA256
- ps: Get-FileHash multi-geth-win64.zip -Algorithm SHA256 | Out-File multi-geth-win64.zip.sha256 - ps: Get-FileHash multi-geth-win64.zip -Algorithm SHA256 | Out-File multi-geth-win64.zip.sha256
test_script:
- set CGO_ENABLED=1
- go run build\ci.go test
artifacts: artifacts:
- path: '*.zip' - path: '*.zip'
name: geth name: geth