Update to stop testing against "old" golang.

We test 1.5 and newer only.  Arguably we could probably stop testing
anything older than 1.7, but some folks will still be using older
versions of golang.  Note that 1.3 is definitely busted.
This commit is contained in:
Garrett D'Amore 2017-08-06 17:20:58 -07:00
parent 6c10f39931
commit 98527ba5f4
1 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
language: go
go:
- 1.3
- 1.5
- tip
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- master