1
0
mirror of https://github.com/gdamore/tcell.git synced 2025-04-24 13:48:51 +08:00
tcell/.travis.yml
Garrett D'Amore 98527ba5f4 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.
2017-08-06 17:20:58 -07:00

9 lines
69 B
YAML

language: go
go:
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- master