diff --git a/README.md b/README.md index f89b737e..21db2a0b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # DPF - DISTRHO Plugin Framework -[![Build Status](https://travis-ci.org/DISTRHO/DPF.png)](https://travis-ci.org/DISTRHO/DPF) +[![Build Status](https://github.com/DISTRHO/DPF/actions/workflows/makefile.yml/badge.svg)](https://github.com/DISTRHO/DPF/actions/workflows/makefile.yml) DPF is designed to make development of new plugins an easy and enjoyable task.
It allows developers to create plugins with custom UIs using a simple C++ API.