Remove go 1.7 in travis

Support for go 1.7 is no longer targeted. Remove to allow
features added since go 1.7.

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
Derek McGowan 2017-05-22 16:42:46 -07:00
parent a7f5c20b0f
commit a7e8928a08
No known key found for this signature in database
GPG Key ID: F58C5D0A4405ACDB

View File

@ -4,7 +4,6 @@ sudo: required
language: go
go:
- 1.7.x
- 1.8.x
- tip