From f7ff811aca2e98393f9c8fe5f1f01fa192a1a918 Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Wed, 20 Jan 2016 16:40:41 +1100 Subject: [PATCH] Add test coverage and Travis config. --- .travis.yml | 9 +++++++++ README.md | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..2794119b --- /dev/null +++ b/.travis.yml @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 900521e7..0adaf6bf 100644 --- a/README.md +++ b/README.md @@ -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!**