Update travis.yml to use Go 1.9

This commit is contained in:
gmemstr 2017-12-21 09:11:24 -08:00
parent de05c6c5bd
commit a8f3712b6b

View file

@ -4,8 +4,8 @@ services:
- docker - docker
matrix: matrix:
include: include:
- go: 1.7
- go: 1.8 - go: 1.8
- go: 1.9
- go: 1.x - go: 1.x
- go: master - go: master
allow_failures: allow_failures: