Adopt Go 1.9 in Travis

This commit is contained in:
Luke Hoban 2017-09-02 12:10:28 -07:00
parent c39c4eda97
commit 2e22c243bc

View file

@ -1,5 +1,5 @@
language: go
go: 1.8.2
go: 1.9
sudo: true # give us 7.5GB and >2 bursted cores.
before_install:
# Dep for Go dependency management.