mirror of
https://github.com/fatedier/frp.git
synced 2024-12-15 11:10:50 +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
|