mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 06:20:28 +00:00
12 lines
122 B
YAML
12 lines
122 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- tip
|
||
|
|
||
|
install:
|
||
|
- go get -t -v .
|
||
|
- go get github.com/mattn/goveralls
|
||
|
|
||
|
script:
|
||
|
- ./build+test.sh
|