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!**