mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
b2c846664d
udp
13 lines
103 B
YAML
13 lines
103 B
YAML
sudo: false
|
|
language: go
|
|
|
|
go:
|
|
- 1.8.x
|
|
- 1.9.x
|
|
|
|
install:
|
|
- make
|
|
|
|
script:
|
|
- make alltest
|