CI: add go 1.9.x

This commit is contained in:
Unknwon 2017-11-16 18:44:54 -05:00
parent 86931f546f
commit 221aa8968a
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3

View File

@ -1,8 +1,9 @@
language: go
go:
- 1.6
- 1.7
- 1.8
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- master
before_install: