Files
gocryptotrader/.travis.yml
2016-03-07 22:17:27 +11:00

10 lines
193 B
YAML

language: go
go:
- tip
install:
- go get github.com/gorilla/websocket
- go get github.com/toorop/go-pusher
- go get github.com/thrasher-/socketio
- go get gopkg.in/jcelliott/turnpike.v2