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