mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-20 15:10:10 +00:00
14 lines
285 B
YAML
14 lines
285 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
|
|
- go get github.com/gorilla/mux
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash) |