mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
10 lines
109 B
YAML
10 lines
109 B
YAML
language: go
|
|
go:
|
|
- 1.9
|
|
|
|
install:
|
|
- go get github.com/templexxx/reedsolomon
|
|
|
|
script:
|
|
- go test -v
|