Skip to content

Commit

Permalink
Add travis.yml
Browse files Browse the repository at this point in the history
This will run automated tests against PR's for the groupcache library.
  • Loading branch information
kevinburke committed May 13, 2018
1 parent 66deaeb commit fbb51cd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fbb51cd

Please sign in to comment.