mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 08:40:29 +00: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 ./...
|