diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..e382f8f --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,13 @@ +build: off + +clone_folder: c:\gopath\src\github.com\hashicorp\hcl + +environment: + GOPATH: c:\gopath + GO111MODULE: on + GOPROXY: https://goproxy.io + +stack: go 1.12 + +test_script: + - go test ./...