1 2 3 4 5 6 7 8 9 10
language: go sudo: required go: - 1.6 - 1.7 - 1.8 install: - go get github.com/gorilla/websocket script: - go test