mirror of
https://github.com/42wim/matterbridge.git
synced 2025-07-29 16:57:37 +02:00
9 lines
55 B
YAML
9 lines
55 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.7
|
|
|
|
script:
|
|
- go test -v ./...
|
|
|