mirror of
https://github.com/ZeroDream-CN/SakuraFrp
synced 2024-11-21 23:09:47 +00:00
14 lines
116 B
YAML
14 lines
116 B
YAML
sudo: false
|
|
language: go
|
|
|
|
go:
|
|
- 1.5.4
|
|
- 1.6.3
|
|
- 1.7rc6
|
|
|
|
install:
|
|
- make
|
|
|
|
script:
|
|
- make alltest
|