Shift CI test to newer Go versions

Some dependencies evidently require Go 1.6 and newer; also Go 1.7 is out.
This commit is contained in:
Matt Holt 2016-08-16 21:56:30 -06:00 committed by GitHub
parent eb7c5e6bb6
commit 33ef204b5e

View file

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