mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
13 lines
101 B
YAML
13 lines
101 B
YAML
|
sudo: false
|
||
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.4.2
|
||
|
- 1.5.2
|
||
|
|
||
|
install:
|
||
|
- make
|
||
|
|
||
|
script:
|
||
|
- make test
|