Skip to content

Commit

Permalink
Add informative badges to README, remove .codeclimate.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
thrasher- committed Mar 27, 2017
1 parent 5ec711a commit c49428a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
12 changes: 0 additions & 12 deletions .codeclimate.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
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
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## Cryptocurrency trading bot written in Golang

[![Build Status](https://travis-ci.org/thrasher-/gocryptotrader.svg?branch=master)](https://travis-ci.org/thrasher-/gocryptotrader)
[![Test Coverage](https://codecov.io/github/thrasher-/gocryptotrader/coverage.svg?branch=master)](https://codecov.io/github/thrasher-/gocryptotrader?branch=master)
[![Software License](https://img.shields.io/badge/License-MIT-orange.svg?style=flat-square)](https://github.com/thrasher-/gocryptotrader/blob/master/LICENSE)
[![GoDoc](https://godoc.org/github.com/thrasher-/gocryptotrader?status.svg)](https://godoc.org/github.com/thrasher-/gocryptotrader)
[![Coverage Status](http://codecov.io/github/thrasher-/gocryptotrader/coverage.svg?branch=master)](http://codecov.io/github/thrasher-/gocryptotrader?branch=master)

A cryptocurrency trading bot supporting multiple exchanges written in Golang.

Expand Down

0 comments on commit c49428a

Please sign in to comment.