1
0
Fork 0

travis: test more go versions

Thanks to @tianon, for pointing to
5e3ef60b0d/lib/travis/build/config.rb (L54-L70)

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2017-03-13 18:33:27 -04:00
parent 7560005f21
commit 245403c324
Signed by: vbatts
GPG Key ID: 10937E57733F1362
1 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,11 @@
language: go
go:
- tip
- 1.6.2
- 1.5.4
- 1.x
- 1.8.x
- 1.7.x
- 1.6.x
- 1.5.x
# let us have pretty, fast Docker-based Travis workers!
sudo: false