Files
athens/appveyor.yml
Marwan Sulaiman 52934cfa46 implement /index endpoint (#1630)
* implement /index endpoint

* rename to Module to Path
2020-06-24 14:29:30 -04:00

19 lines
276 B
YAML

build: off
clone_folder: c:\gopath\src\github.com\gomods\athens
image: Previous Visual Studio 2019
environment:
GOPATH: c:\gopath
GO111MODULE: on
GOPROXY: https://proxy.golang.org
SKIP_UNTIL_113: true
stack: go 1.14
test_script:
- go version
- go test ./...