diff --git a/README.md b/README.md index 1f193bd9..b9d6ee67 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -EventBus +EventBus [![Build Status](https://travis-ci.org/greenrobot/EventBus.svg?branch=master)](https://travis-ci.org/greenrobot/EventBus) [![Maven Central](https://img.shields.io/maven-central/v/org.greenrobot/eventbus.svg)]() ======== EventBus is a publish/subscribe event bus optimized for Android.
@@ -15,8 +15,6 @@ EventBus... * is proven in practice by apps with 100,000,000+ installs * has advanced features like delivery threads, subscriber priorities, etc. - [![Build Status](https://travis-ci.org/greenrobot/EventBus.svg?branch=master)](https://travis-ci.org/greenrobot/EventBus) - EventBus in 3 steps ------------------- 1. Define events: