add the test for go 1.7, 1.8, 1.9, 1.10

This commit is contained in:
xgfone
2020-06-07 14:21:19 +08:00
parent cec626f2d7
commit 43abddb2cb
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,9 @@
language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x

View File

@ -5,6 +5,7 @@ A pure golang implementation of [BitTorrent](http://bittorrent.org/beps/bep_0000
## Features
- Support `Go1.7+`.
- Support IPv4/IPv6.
- Pure Go implementation.
- Multi-BEPs implementation. [See below](#the-implemented-specifications)