groupcache/.travis.yml
2020-10-16 22:08:30 -07:00

23 lines
245 B
YAML

language: go
go_import_path: github.com/mailgun/groupcache
os: linux
dist: trusty
sudo: false
script:
- go test ./...
go:
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- 1.15.x
- master
cache:
directories:
- $GOPATH/pkg