mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-13 02:20:25 +00:00
11 lines
90 B
YAML
11 lines
90 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- "1.8"
|
||
|
- "1.9"
|
||
|
- "1.10"
|
||
|
- "1.11"
|
||
|
|
||
|
script:
|
||
|
- go test -v ./...
|