From 17a4df25e51c5d340acb6340cd85eb921841f05c Mon Sep 17 00:00:00 2001 From: Daniel Brunner <0xFEEDC0DE64@gmail.com> Date: Fri, 5 Oct 2018 12:43:50 +0200 Subject: [PATCH] Added badges --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 970b4ca..b21d853 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # DbRadioDumper Small application that downloads radio streams and splits them by every hour. -# Building from source +[![Build Status](https://travis-ci.org/0xFEEDC0DE64/DbRadioDumper.svg?branch=master)](https://travis-ci.org/0xFEEDC0DE64/DbRadioDumper) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/e83ffe49ed204a0c92c7888828ba34cc)](https://www.codacy.com/app/0xFEEDC0DE64/DbRadioDumper?utm_source=github.com&utm_medium=referral&utm_content=0xFEEDC0DE64/DbRadioDumper&utm_campaign=Badge_Grade) + +## Building from source This project can only be built as part of the project structure [DbSoftware](https://github.com/0xFEEDC0DE64/DbSoftware) ```Shell