Merge pull request #98 from kevinburke/travis

Add travis.yml
This commit is contained in:
Brad Fitzpatrick 2018-05-12 21:43:58 -07:00 committed by GitHub
commit 24b0969c4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.travis.yml Normal file
View File

@ -0,0 +1,18 @@
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