From 895fc87a5667385eaa7a0de8bfe3a008a8608c1a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Kucha=C5=99?= <honza.kuchar@grifart.cz>
Date: Sat, 21 May 2016 17:47:31 +0200
Subject: [PATCH] added build status badge

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 53af6bc..dcf2ba5 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # mappi/cursor
 
+[![build status](https://gitlab.grifart.cz/jkuchar1/mappi-cursor/badges/master/build.svg)](https://gitlab.grifart.cz/jkuchar1/mappi-cursor/commits/master)
+
 Provides API for reading data from database using cursors. This allows you to read huge data without all of them into memory.
 
 Example usage:
-- 
GitLab