Files
melody/.travis.yml
T
2015-06-11 02:17:07 +02:00

8 lines
95 B
YAML

language: go
go:
- 1.4
install:
- go get github.com/gorilla/websocket
script:
- go test -v