Skip to content

Commit

Permalink
show Travis build status in README.md, updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Nov 9, 2014
1 parent 6a92855 commit a3b7d5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### V2.3.0 (2014-11-??) Upcoming
* Fixed a performance regression sneaked into V2.2.x affecting first time registration of subscribers
* Updated to Gradle 2.1, using wrapper
* EventBusTest builds using Gradle now
* EventBusTest and EventBusPerformance use Gradle to build
* Updated README.md and extracted HOWTO.md and CHANGELOG.md from it
* Configuration to disable "No subscribers registered for event"
* Various small code improvements
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ 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:<br/>
Expand Down

0 comments on commit a3b7d5d

Please sign in to comment.