groupcache/.travis.yml

20 lines
211 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.9.x
- 1.10.x
2018-10-19 23:13:27 +00:00
- 1.11.x
- master
cache:
directories:
- $GOPATH/pkg