travis: build Go 1.7 as well, removed by revert

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day 2016-11-23 16:20:51 -08:00
parent a89950b151
commit 6ecd392994
No known key found for this signature in database
GPG Key ID: FB5F6B2905D7ECF3
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
language: go language: go
go: go:
- 1.6 - 1.6
- 1.7
- tip - tip
install: install:
- go get -t ./... - go get -t ./...