Skip to content

Commit 24b0969

Browse files
authored
Merge pull request #98 from kevinburke/travis
Add travis.yml
2 parents 66deaeb + fbb51cd commit 24b0969

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: go
2+
go_import_path: github.com/golang/groupcache
3+
4+
os: linux
5+
dist: trusty
6+
sudo: false
7+
8+
script:
9+
- go test ./...
10+
11+
go:
12+
- 1.9.x
13+
- 1.10.x
14+
- master
15+
16+
cache:
17+
directories:
18+
- $GOPATH/pkg

0 commit comments

Comments
 (0)