mirror of https://github.com/grpc/grpc-go.git
Merge pull request #604 from broady/travis
travis: build against go1.5.3, go1.6
This commit is contained in:
commit
8e8c6a1b40
|
|
@ -1,5 +1,9 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.5.3
|
||||
- 1.6
|
||||
|
||||
before_install:
|
||||
- go get github.com/axw/gocov/gocov
|
||||
- go get github.com/mattn/goveralls
|
||||
|
|
|
|||
Loading…
Reference in New Issue