From 8c6ddfe90c1920f9769d80a5867d5bd5c86c5e8d Mon Sep 17 00:00:00 2001
From: Fize Jacques <jacques.fize@cirad.fr>
Date: Wed, 6 Feb 2019 23:44:56 +0100
Subject: [PATCH] add build icon

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

diff --git a/README.md b/README.md
index 255a109..fac96dc 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-# GMatch4py a graph matching library for Python
+[![Build Status](https://travis-ci.com/Jacobe2169/GMatch4py.svg?branch=master)](https://travis-ci.com/Jacobe2169/GMatch4py)
+# GMatch4py a graph matching library for Python 
 
 GMatch4py is a library dedicated to graph matching. Graph structure are stored in NetworkX graph objects.
 GMatch4py algorithms were implemented with Cython to enhance performance.
-- 
GitLab