travis ci: also test Go 1.9
This commit is contained in:
parent
ed046aa359
commit
94496ba840
@ -3,13 +3,14 @@ language: go
|
|||||||
git:
|
git:
|
||||||
depth: 100
|
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/
|
# See https://golang.org/dl/
|
||||||
go:
|
go:
|
||||||
- 1.5.4
|
- 1.5.4
|
||||||
- 1.6.4
|
- 1.6.4
|
||||||
- 1.7.6
|
- 1.7.6
|
||||||
- 1.8.3
|
- 1.8.3
|
||||||
|
- 1.9
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get .
|
- go get .
|
||||||
|
Loading…
Reference in New Issue
Block a user