mirror of
https://github.com/gdamore/tcell.git
synced 2025-04-24 13:48:51 +08:00

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.
9 lines
69 B
YAML
9 lines
69 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.5.x
|
|
- 1.6.x
|
|
- 1.7.x
|
|
- 1.8.x
|
|
- master
|