mirror of https://github.com/grpc/grpc-go.git
travis: add Go 1.12beta2 to CI (#2598)
This commit is contained in:
parent
0e8a6f931c
commit
6d855749cf
|
|
@ -2,6 +2,8 @@ language: go
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- go: 1.12beta2
|
||||
env: GO111MODULE=on
|
||||
- go: 1.11.x
|
||||
env: VET=1 GO111MODULE=on
|
||||
- go: 1.11.x
|
||||
|
|
|
|||
Loading…
Reference in New Issue