Skip to content

Commit

Permalink
Merge pull request #98 from kevinburke/travis
Browse files Browse the repository at this point in the history
Add travis.yml
  • Loading branch information
bradfitz committed May 13, 2018
2 parents 66deaeb + fbb51cd commit 24b0969
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 24b0969

Please sign in to comment.