groupcache/.travis.yml

20 lines
212 B
YAML
Raw Normal View History

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