5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-02-04 08:16:17 +00:00

14 lines
117 B
YAML
Raw Normal View History

language: go
script:
- go vet ./...
- go test -v ./...
go:
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- tip