fix appveyor build

This commit is contained in:
Drew Wells 2016-02-29 22:58:06 -06:00
parent 578dd97468
commit e2e76d3e53
2 changed files with 13 additions and 0 deletions

2
.gitignore vendored
View File

@ -5,3 +5,5 @@ y.output
*.iml
*.ipr
*.iws
*.test

11
appveyor.yml Normal file
View File

@ -0,0 +1,11 @@
os: Windows Server 2012 R2
clone_folder: c:\gopath\src\hashicorp\hcl
environment:
GOPATH: c:\gopath
GO15VENDOREXPERIMENT: 1
build_script:
- go get
- go test