mirror of
https://github.com/vbatts/tar-split.git
synced 2024-12-18 19:46:29 +00:00
travis: test from go1.10 - go1.15
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
ec6b1ae20e
commit
f78d1a4af1
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- tip
|
- tip
|
||||||
|
- 1.15.x
|
||||||
|
- 1.14.x
|
||||||
|
- 1.13.x
|
||||||
|
- 1.12.x
|
||||||
- 1.11.x
|
- 1.11.x
|
||||||
- 1.10.x
|
- 1.10.x
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue