version: "{build}" os: Windows Server 2012 R2 clone_folder: c:\gopath\src\github.com\mholt\caddy environment: GOPATH: c:\gopath CGO_ENABLED: 0 install: - rmdir c:\go /s /q - 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 env - go get golang.org/x/tools/cmd/vet - go get -t ./... build: off test_script: - go vet ./... - go test ./... deploy: off