Add test coverage and Travis config.

This commit is contained in:
Adrian Gallagher
2016-01-20 16:40:41 +11:00
parent 084be86148
commit f7ff811aca
2 changed files with 11 additions and 0 deletions

9
.travis.yml Normal file
View File

@@ -0,0 +1,9 @@
language: go
go:
- tip
install:
- go get github.com/gorilla/websocket
- go get github.com/toorop/go-pusher
- go get github.com/thrasher-/socketio

View File

@@ -1,3 +1,5 @@
[![Coverage Status](https://coveralls.io/repos/github/thrasher-/gocryptotrader/badge.svg?branch=master)](https://coveralls.io/github/thrasher-/gocryptotrader?branch=master)
A cryptocurrency trading bot supporting multiple exchanges written in Golang.
**Please note that this bot is under development and is not ready for production!**