From 2301be163783ae4c859f6fec61acc5df58b6995d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega?= Date: Thu, 1 Dec 2016 16:53:40 +0100 Subject: [PATCH] Added CI results to README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0634a19..2759b7f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ Numeric Integration =================== +[![build status](https://gitlab.com/Deathsbreed/numint/badges/master/build.svg)](https://gitlab.com/Deathsbreed/numint/commits/master) + Calculates the integration of a formula by parts (formula defined in the `func()` function). Building