From d802bad1f618d54bc99a1c015f14c8a95652f503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega?= Date: Wed, 30 Nov 2016 15:19:59 +0100 Subject: [PATCH] Add markdown badge for CI. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 17bb94b..197a001 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ Indivisible =========== +[![build status](https://gitlab.com/Deathsbreed/Indivisible/badges/master/build.svg)](https://gitlab.com/Deathsbreed/Indivisible/commits/master) + Indivisible is an optimized prime number generator written in C++. Building