14 lines
195 B
YAML
14 lines
195 B
YAML
|
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 ./...
|