groupcache/.travis.yml
Kevin Burke fbb51cdece
Add travis.yml
This will run automated tests against PR's for the groupcache library.
2018-05-12 17:39:11 -07:00

19 lines
199 B
YAML

language: go
go_import_path: github.com/golang/groupcache
os: linux
dist: trusty
sudo: false
script:
- go test ./...
go:
- 1.9.x
- 1.10.x
- master
cache:
directories:
- $GOPATH/pkg