From 82e643090d05cffe7b3d679a9781993c489301d4 Mon Sep 17 00:00:00 2001 From: Daniel Brunner <0xFEEDC0DE64@gmail.com> Date: Sun, 7 Oct 2018 17:59:40 +0200 Subject: [PATCH] Added badges to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ebb66d9..79764d4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # DbTictactoe Tool to create thousands of html documents to host a static version of tictactoe. Every possible field gets its own html file with hyperlinks to others. +[![Build Status](https://travis-ci.org/0xFEEDC0DE64/DbTictactoe.svg?branch=master)](https://travis-ci.org/0xFEEDC0DE64/DbTictactoe) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/afe85fb2422445e79445978b88aab5a8)](https://www.codacy.com/app/0xFEEDC0DE64/DbTictactoe?utm_source=github.com&utm_medium=referral&utm_content=0xFEEDC0DE64/DbTictactoe&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)