mirror of
https://github.com/42wim/matterbridge
synced 2024-11-07 09:20:23 +00:00
11 lines
88 B
YAML
11 lines
88 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.4.3
|
|
- 1.5.3
|
|
- release
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|