mirror of
https://github.com/42wim/matterbridge
synced 2024-11-09 07:10:25 +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
|