mirror of
https://github.com/gomods/athens
synced 2026-02-03 14:20:31 +00:00
12 lines
176 B
YAML
12 lines
176 B
YAML
build: off
|
|
|
|
clone_folder: c:\gopath\src\github.com\gomods\athens
|
|
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
GO111MODULE: on
|
|
|
|
stack: go 1.12
|
|
|
|
test_script:
|
|
- go test -mod=vendor ./... |