mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 15:40:30 +00:00
11 lines
119 B
YAML
11 lines
119 B
YAML
language: go
|
|
sudo: required
|
|
go:
|
|
- 1.6
|
|
- 1.7
|
|
- 1.8
|
|
install:
|
|
- go get github.com/gorilla/websocket
|
|
script:
|
|
- go test
|