.travis.yml: Add Go 1.9.x

This commit is contained in:
Aaron Lindsay 2017-09-20 20:30:59 -04:00
parent fa72af4f6c
commit 6359499ea2
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ os:
go:
- 1.8.x
- 1.9.x
- master
script: