travis: more golang versions

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2017-11-17 11:31:08 -05:00
parent 85d3b16c68
commit d100da0a0f
Signed by: vbatts
GPG Key ID: 10937E57733F1362
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,10 @@
language: go
go:
- 1.7.4
- 1.6.3
- 1.x
- 1.9.x
- 1.8.x
- 1.7.x
- 1.6.x
sudo: false