Skip to content

Commit

Permalink
fix appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
drewwells committed Mar 1, 2016
1 parent 578dd97 commit e2e76d3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ y.output
*.iml
*.ipr
*.iws

*.test
11 changes: 11 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e2e76d3

Please sign in to comment.