version:"build-{branch}-{build}"image:Visual Studio 2015clone_folder:c:\gopath\src\github.com\hashicorp\hclenvironment:GOPATH:c:\gopathinit:- git config --global core.autocrlf falseinstall:- cmd:>- echo %Path%
go version
go env
go get -t ./...build_script:- cmd:go test -v ./...