summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2018-09-17 21:35:27 +0200
committerfalkTX <falktx@gmail.com>2018-09-17 21:35:27 +0200
commit76fc8b197a5b78c73c6f46f312871b8aa470a4d0 (patch)
tree8e7a1d822d334bc44e26d52a861aead6146f0afb
parent03f0b3b8b8843243f9072f86a124a75960a6af8d (diff)
Add travis build icon to readme
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 70254094..6d0dbd50 100644
--- 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/>