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 ---------------------------------------