Build with "tip" version of Golang

This will give us early warning of changes in upstream Golang that
may affect us.

Signed-off-by: Jonathan Yu <jawnsy@redhat.com>
This commit is contained in:
Jonathan Yu 2016-09-28 12:59:12 -07:00
parent 5490399a5e
commit 1a296ecf35
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ language: go
go:
- 1.6
- 1.7
- tip
sudo: required