Remove Go 1.5 from the Travis continuous build.

Policy is to support the latest 2 releases of Go, and some dependent
code just broke on 1.5.
This commit is contained in:
David Anderson 2016-12-24 13:26:24 -08:00
parent b5f135b0d0
commit 84d71de8c1

View File

@ -1,7 +1,6 @@
language: go language: go
go_import_path: go.universe.tf/netboot go_import_path: go.universe.tf/netboot
go: go:
- 1.5
- 1.6 - 1.6
- 1.7 - 1.7
- tip - tip