groupcache/.travis.yml

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