mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
22 lines
368 B
YAML
22 lines
368 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.8.x
|
|
#- master
|
|
|
|
before_install:
|
|
- go get -t -v ./...
|
|
|
|
script:
|
|
- ./testdata/test.sh
|
|
|
|
install:
|
|
- go get github.com/gorilla/websocket
|
|
- go get github.com/toorop/go-pusher
|
|
- go get github.com/thrasher-/socketio
|
|
- go get github.com/beatgammit/turnpike
|
|
- go get github.com/gorilla/mux
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|