mirror of
https://github.com/fatedier/frp.git
synced 2024-12-16 03:31:07 +01: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
|