chore(travis): add go 1.9.x build
This commit is contained in:
parent
a10887db49
commit
9727f4f149
|
|
@ -2,6 +2,7 @@ language: go
|
|||
|
||||
go:
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
|
||||
before_install:
|
||||
- go get -t -v ./...
|
||||
|
|
|
|||
Loading…
Reference in New Issue