mirror of
https://github.com/ZeroDream-CN/SakuraFrp
synced 2024-11-21 15:00:45 +00:00
13 lines
105 B
YAML
13 lines
105 B
YAML
sudo: false
|
|
language: go
|
|
|
|
go:
|
|
- 1.11.x
|
|
- 1.12.x
|
|
|
|
install:
|
|
- make
|
|
|
|
script:
|
|
- make alltest
|