Skip to content

Commit

Permalink
Updated readme (#82)
Browse files Browse the repository at this point in the history
* updated readme travis badge

* resolved conflicts

* Force CI to rebuild
  • Loading branch information
dutterbutter authored Apr 8, 2019
1 parent 3177b5b commit 1a5462f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![GoDoc](https://godoc.org/github.com/ChainSafe/gossamer?status.svg)](https://godoc.org/github.com/ChainSafe/gossamer)
[![Go Report Card](https://goreportcard.com/badge/github.com/ChainSafe/gossamer)](https://goreportcard.com/report/github.com/ChainSafe/gossamer)
[![](https://img.shields.io/travis/com/ChainSafe/gossamer/master.svg?label=master&logo=travis "Master Branch (Travis)")](https://travis-ci.com/ChainSafe/gossamer)
[![Build Passing](https://img.shields.io/travis/com/ChainSafe/gossamer/development.svg?label=development&logo=travis "Development Branch (Travis)")](https://travis-ci.com/ChainSafe/gossamer)
[![Maintainability](https://api.codeclimate.com/v1/badges/933c7bb58eee9aba85eb/maintainability)](https://codeclimate.com/github/ChainSafe/gossamer/badges)
[![Test Coverage](https://api.codeclimate.com/v1/badges/933c7bb58eee9aba85eb/test_coverage)](https://codeclimate.com/github/ChainSafe/gossamer/test_coverage)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
Expand All @@ -15,7 +15,7 @@
## Install

```
go get -v -t -d ./...
go get -u github.com/ChainSafeSystems/gossamer
```

## Test
Expand All @@ -29,3 +29,4 @@ go test -v ./...

## License
_GNU General Public License v3.0_

0 comments on commit 1a5462f

Please sign in to comment.