travis ci: also test Go 1.9

This commit is contained in:
Jakob Unterwurzacher 2017-09-02 20:35:07 +02:00
parent ed046aa359
commit 94496ba840
1 changed files with 2 additions and 1 deletions

View File

@ -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 .