Update Travis build to Go 1.9!

Just released: https://blog.golang.org/go1.9
This commit is contained in:
Bjørn Erik Pedersen 2017-08-25 08:08:17 +02:00
parent 7231d5a829
commit fc4a0d1704

View file

@ -2,8 +2,8 @@ language: go
sudo: required
dist: precise
go:
- 1.7.6
- 1.8.3
- 1.9
- tip
os:
- linux