From c7174aa417b990ef45b0089cad13f8b75dac9bb2 Mon Sep 17 00:00:00 2001
From: Wolfgang Welz <welzwo@gmail.com>
Date: Mon, 29 Jul 2019 19:10:32 +0200
Subject: [PATCH] Add travis build status to readme

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

diff --git a/README.md b/README.md
index 2cd5572f..a19ce156 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # goshimmer
 
+[![Build Status](https://travis-ci.org/iotaledger/goshimmer.svg?branch=master)](https://travis-ci.org/iotaledger/goshimmer)
+
 ## Run Shimmer
 
 First, you need to [install Go](https://golang.org/doc/install) if it is not already installed on your machine. It is recommended that you use the most recent version of Go.
-- 
GitLab