appveyor: remove old Go installation

This commit is contained in:
Alexander Neumann 2015-09-27 18:34:11 +02:00
parent 7291342723
commit 6ddda5fc5e
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ init:
}
install:
- rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.5.1.windows-amd64.msi
- msiexec /i go1.5.1.windows-amd64.msi /q
- go version