mirror of
https://github.com/42wim/matterbridge.git
synced 2025-04-13 07:37:14 +03:00
11 lines
85 B
YAML
11 lines
85 B
YAML
language: go
|
|
|
|
dist: xenial
|
|
|
|
go:
|
|
- "1.11.5"
|
|
- "1.10.8"
|
|
|
|
script:
|
|
- go test ./...
|