mirror of https://github.com/ceph/go-ceph
readme: remove irrelevant "badge" from README.md
This "badge" was making use of travis ci. We dropped use of travis ci months ago. I am opting not to replace the badge with something new because I don't think badges are useful in the first place. But I don't want to rock the boat too much and remove all of them. Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
b24fa281df
commit
db01338d4a
|
@ -1,6 +1,6 @@
|
|||
# go-ceph - Go bindings for Ceph APIs
|
||||
|
||||
[![Build Status](https://travis-ci.org/ceph/go-ceph.svg)](https://travis-ci.org/ceph/go-ceph) [![Godoc](http://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/ceph/go-ceph) [![license](http://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://raw.githubusercontent.com/ceph/go-ceph/master/LICENSE)
|
||||
[![Godoc](http://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/ceph/go-ceph) [![license](http://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://raw.githubusercontent.com/ceph/go-ceph/master/LICENSE)
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
Loading…
Reference in New Issue