travis: include go 1.9

This commit is contained in:
Carlos Martín Nieto 2017-09-03 16:59:39 +02:00
parent 7f31dccb8f
commit b8ead33448
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ language: go
go:
- 1.7
- 1.8
- 1.9
- tip
script: make test-static