From ea35325d121b17e459681342526f30045f53e4bc Mon Sep 17 00:00:00 2001 From: Daniel Brunner <0xFEEDC0DE64@gmail.com> Date: Fri, 5 Oct 2018 12:44:42 +0200 Subject: [PATCH] Added badges --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9f1fa9..9cdaf54 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # DbSerialServer Makes a local serial port accessible by listening on a tcp port and forwarding all traffic in both directions. -# Building from source +[![Build Status](https://travis-ci.org/0xFEEDC0DE64/DbSerialServer.svg?branch=master)](https://travis-ci.org/0xFEEDC0DE64/DbSerialServer) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/f700d27ff3034879ac865cc7c8151e77)](https://www.codacy.com/app/0xFEEDC0DE64/DbSerialServer?utm_source=github.com&utm_medium=referral&utm_content=0xFEEDC0DE64/DbSerialServer&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