mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-05 05:07:38 +08:00
11 lines
68 B
YAML
11 lines
68 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.4
|
|
- 1.5
|
|
|
|
script:
|
|
make test
|
|
|
|
sudo: false
|