]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blame - vendor/github.com/hashicorp/go-getter/appveyor.yml
Upgrade to 0.12
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / hashicorp / go-getter / appveyor.yml
CommitLineData
bae9f6d2 1version: "build-{branch}-{build}"
15c0b25d 2image: Visual Studio 2017
bae9f6d2
JC
3clone_folder: c:\gopath\github.com\hashicorp\go-getter
4environment:
5 GOPATH: c:\gopath
6install:
7- cmd: >-
8 echo %Path%
9
10 go version
11
12 go env
13
14 go get -d -v -t ./...
15build_script:
107c1cdb 16- cmd: go test ./...