aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/hashicorp/go-getter/appveyor.yml
blob: 159dad4dc25a14229846a7dba8ce6a9b3feacc45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: "build-{branch}-{build}"
image: Visual Studio 2015
clone_folder: c:\gopath\github.com\hashicorp\go-getter
environment:
  GOPATH: c:\gopath
install:
- cmd: >-
    echo %Path%

    go version

    go env

    go get -d -v -t ./...
build_script:
- cmd: go test -v ./...