forked from mirrors/tar-split
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:
parent
7560005f21
commit
245403c324
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue