Files
melody/.travis.yml
T

12 lines
125 B
YAML

language: go
sudo: required
go:
- 1.4
- 1.5
- 1.6
- 1.7
install:
- go get github.com/gorilla/websocket
script:
- go test