travis ci: also test Go 1.9
This commit is contained in:
parent
ed046aa359
commit
94496ba840
@ -3,13 +3,14 @@ language: go
|
||||
git:
|
||||
depth: 100
|
||||
|
||||
# Build with the lastest versions of Go 1.4, 1.5, 1.6, 1.7
|
||||
# Build with the lastest versions of Go 1.5 and later
|
||||
# See https://golang.org/dl/
|
||||
go:
|
||||
- 1.5.4
|
||||
- 1.6.4
|
||||
- 1.7.6
|
||||
- 1.8.3
|
||||
- 1.9
|
||||
|
||||
install:
|
||||
- go get .
|
||||
|
Loading…
Reference in New Issue
Block a user