mirror of
https://github.com/mailgun/groupcache.git
synced 2024-11-16 14:10:04 +00:00
21 lines
223 B
YAML
21 lines
223 B
YAML
language: go
|
|
go_import_path: github.com/mailgun/groupcache
|
|
|
|
os: linux
|
|
dist: xenial
|
|
sudo: false
|
|
|
|
script:
|
|
- go test ./...
|
|
|
|
go:
|
|
- 1.13.x
|
|
- 1.14.x
|
|
- 1.15.x
|
|
- 1.17.x
|
|
- master
|
|
|
|
cache:
|
|
directories:
|
|
- $GOPATH/pkg
|