Skip to content

Commit ddfadd9

Browse files
committed
Merge pull request #21 from e3betht/code-climate-badge
Adding Code Climate badge next to the Travis badge on the readme
2 parents e5b0a0b + 3ba7818 commit ddfadd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# EventLoop Component
22

3-
[![Build Status](https://secure.travis-ci.org/reactphp/event-loop.png?branch=master)](http://travis-ci.org/reactphp/event-loop)
3+
[![Build Status](https://secure.travis-ci.org/reactphp/event-loop.png?branch=master)](http://travis-ci.org/reactphp/event-loop) [![Code Climate](https://codeclimate.com/github/reactphp/event-loop/badges/gpa.svg)](https://codeclimate.com/github/reactphp/event-loop)
44

55
Event loop abstraction layer that libraries can use for evented I/O.
66

0 commit comments

Comments
 (0)