mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-15 16:39:26 +01: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 ./...
|