mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
* cmd/proxy/actions: pass NoSumPatterns to GoGetFetcher * add gosum unit tests * upgrade appveyor to 1.13 * fix test typo * check appveyor version * AppVeyor has no 1.13 * use logger
14 lines
223 B
YAML
14 lines
223 B
YAML
build: off
|
|
|
|
clone_folder: c:\gopath\src\github.com\gomods\athens
|
|
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
GO111MODULE: on
|
|
GOPROXY: https://proxy.golang.org
|
|
SKIP_UNTIL_113: true
|
|
|
|
stack: go 1.13
|
|
|
|
test_script:
|
|
- go test ./... |