Files
gocryptotrader/.travis.yml

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)