Files
melody/.travis.yml
T
2015-06-11 01:16:28 +02:00

10 lines
107 B
YAML

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