groupcache/.travis.yml
2021-05-03 11:32:41 -05:00

20 lines
212 B
YAML

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