From b16de7c962e927718d5e69b9ddfa5579e711c66d Mon Sep 17 00:00:00 2001 From: Wei Tang Date: Sun, 8 Jul 2018 00:36:32 +0800 Subject: [PATCH] Disable appveyor testing Only keep build. We test on Travis anyway, so testing again there only wastes time. --- appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6b7d58a9fd..2ccb319059 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,10 +29,6 @@ build_script: - 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 -test_script: - - set CGO_ENABLED=1 - - go run build\ci.go test - artifacts: - path: '*.zip' name: geth