http urls monitor.

appveyor.yml 319B

1234567891011121314151617181920
  1. version: "build-{branch}-{build}"
  2. image: Visual Studio 2015
  3. clone_folder: c:\gopath\src\github.com\hashicorp\hcl
  4. environment:
  5. GOPATH: c:\gopath
  6. init:
  7. - git config --global core.autocrlf false
  8. install:
  9. - cmd: >-
  10. echo %Path%
  11. go version
  12. go env
  13. go get -t ./...
  14. build_script:
  15. - cmd: go test -v ./...