Skip to content

Commit fbb51cd

Browse files
committed
Add travis.yml
This will run automated tests against PR's for the groupcache library.
1 parent 66deaeb commit fbb51cd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
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)