mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-30 02:38:17 +08:00
14 lines
185 B
YAML
14 lines
185 B
YAML
language: go
|
|
|
|
go_import_path: github.com/goodrain/rainbond
|
|
|
|
go:
|
|
- "1.8.3"
|
|
|
|
# Run coverage tests.
|
|
matrix:
|
|
fast_finish: true
|
|
allow_failures:
|
|
- go: "1.8.3"
|
|
script:
|
|
- make build |