mirror of https://github.com/gdamore/tcell.git
Update to stop testing against "old" golang.
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.
This commit is contained in:
parent
6c10f39931
commit
98527ba5f4
|
@ -1,6 +1,8 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.3
|
- 1.5.x
|
||||||
- 1.5
|
- 1.6.x
|
||||||
- tip
|
- 1.7.x
|
||||||
|
- 1.8.x
|
||||||
|
- master
|
||||||
|
|
Loading…
Reference in New Issue