mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-22 10:42:02 -08:00
9 lines
57 B
YAML
9 lines
57 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.9.x
|
||
|
- tip
|
||
|
|
||
|
script:
|
||
|
- go test
|