Files
melody/.travis.yml
T
Robbie Trencheny 8758889bd0 Update .travis.yml
2017-04-10 15:51:42 -07:00

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