Add go 1.9 to travis file
This commit is contained in:
parent
1cc67e6325
commit
b53826c57a
|
@ -2,6 +2,7 @@ language: go
|
|||
go:
|
||||
- 1.7
|
||||
- 1.8
|
||||
- 1.9
|
||||
- tip
|
||||
matrix:
|
||||
allow_failures:
|
||||
|
|
Loading…
Reference in New Issue