Add Go 1.{6,7}, stop building on ancient versions

This commit is contained in:
Vytautas Šaltenis 2016-09-10 11:46:22 +03:00
parent b91b5719eb
commit da06641438
1 changed files with 2 additions and 3 deletions

View File

@ -5,10 +5,9 @@
language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
install:
- go get -d -t -v ./...