Fix the appveyor build script

This commit is contained in:
James Nugent 2016-03-20 23:20:46 +00:00
parent 4b7727828a
commit 1e8f2d1561

View File

@ -1,11 +1,16 @@
os: Windows Server 2012 R2 version: "build-{branch}-{build}"
image: Visual Studio 2015
clone_folder: c:\gopath\src\hashicorp\hcl clone_folder: c:\gopath\src\github.com\hashicorp\hcl
environment: environment:
GOPATH: c:\gopath GOPATH: c:\gopath
GO15VENDOREXPERIMENT: 1 init:
- git config --global core.autocrlf true
install:
- cmd: >-
echo %Path%
go version
go env
build_script: build_script:
- go get - cmd: go test -v ./...
- go test