github.com/remind101/go-getter@v0.0.0-20180809191950-4bda8fa99001/appveyor.yml (about)

     1  version: "build-{branch}-{build}"
     2  image: Visual Studio 2017
     3  clone_folder: c:\gopath\github.com\hashicorp\go-getter
     4  environment:
     5    GOPATH: c:\gopath
     6  install:
     7  - cmd: >-
     8      echo %Path%
     9  
    10      go version
    11  
    12      go env
    13  
    14      go get -d -v -t ./...
    15  build_script:
    16  - cmd: go test -v ./...