Remove obsolete Go versions which fail to build

Older Go version use different parameters to set on-build values. This
is incompatible with the Makefile and this we stop testing everything
below Go 1.5.
This commit is contained in:
Simon Eisenmann 2017-05-23 15:48:00 +02:00
parent 811ab541e9
commit 850288b31a
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7