DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 76fc8b197a5b78c73c6f46f312871b8aa470a4d0
parent 03f0b3b8b8843243f9072f86a124a75960a6af8d
Author: falkTX <falktx@gmail.com>
Date:   Mon, 17 Sep 2018 21:35:00 +0200

Add travis build icon to readme

Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,4 +1,5 @@ # DPF - DISTRHO Plugin Framework +[![Build Status](https://travis-ci.org/DISTRHO/DPF.png)](https://travis-ci.org/DISTRHO/DPF) DPF is designed to make development of new plugins an easy and enjoyable task.<br/> It allows developers to create plugins with custom UIs using a simple C++ API.<br/>