Files
athens/appveyor.yml
Marwan Sulaiman acfbbb3216 build: remove vendor folder (#1231)
* build: remove vendor folder

* share GOPATH
2019-05-18 13:05:13 -04:00

13 lines
200 B
YAML

build: off
clone_folder: c:\gopath\src\github.com\gomods\athens
environment:
GOPATH: c:\gopath
GO111MODULE: on
GOPROXY: https://proxy.golang.org
stack: go 1.12
test_script:
- go test ./...