From f612ee0872294607a93bca1c23f4dea498e7c993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sat, 18 Jun 2016 07:32:17 +0200 Subject: [PATCH] Add build badge to readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 501a9cd..6fab984 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ EventCore This is a high-performance native event loop abstraction for D, focused on asynchronous I/O and GUI message integration. The API is callback (delegate) based. For a higher level fiber based abstraction, take a look at [vibe.d](https://vibed.org/). +[![Build Status](https://travis-ci.org/vibe-d/eventcore.svg?branch=master)](https://travis-ci.org/vibe-d/eventcore) + Supported drivers and operating systems ---------------------------------------