hcl/appveyor.yml

12 lines
168 B
YAML
Raw Normal View History

2016-03-01 04:58:06 +00:00
os: Windows Server 2012 R2
clone_folder: c:\gopath\src\hashicorp\hcl
environment:
GOPATH: c:\gopath
GO15VENDOREXPERIMENT: 1
build_script:
- go get
- go test