mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Disable appveyor testing
Only keep build. We test on Travis anyway, so testing again there only wastes time.
This commit is contained in:
parent
648c20ff9a
commit
b16de7c962
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue