Commit 09b7ce6c authored by Matthew Holt's avatar Matthew Holt

Try to get Go 1.6 on appveyor

parent b860be01
...@@ -9,12 +9,18 @@ environment: ...@@ -9,12 +9,18 @@ environment:
CGO_ENABLED: 0 CGO_ENABLED: 0
install: install:
- go get golang.org/x/tools/cmd/vet - rmdir c:\go /s /q
- echo %GOPATH% - appveyor DownloadFile https://storage.googleapis.com/golang/go1.6.windows-amd64.zip
- 7z x go1.6.windows-amd64.zip -y -oC:\ > NUL
- go version - go version
- go env - go env
- go get golang.org/x/tools/cmd/vet
- go get -t ./... - go get -t ./...
build_script: build: off
test_script:
- go vet ./... - go vet ./...
- go test ./... - go test ./...
\ No newline at end of file
deploy: off
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment