Use wildcard versions for Go in Travis config.
-
language: go
go:
- - 1.6
- - 1.7
+ - 1.6.x
+ - 1.7.x
- 1.8.x