mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-22 07:26:50 +00:00
21 lines
402 B
YAML
21 lines
402 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.7
|
|
- tip
|
|
|
|
before_install:
|
|
- go get -t -v ./...
|
|
|
|
script:
|
|
- go test -race -coverprofile=coverage.txt -covermode=atomic
|
|
|
|
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) |