7 lines
93 B
YAML
7 lines
93 B
YAML
language: go
|
|
go:
|
|
- 1.4
|
|
install:
|
|
- go get github.com/gorilla/websocket
|
|
script: go test -v
|