From 02c4ad37dbfd4d1a94710d8d29a0bdd1097e957c Mon Sep 17 00:00:00 2001
From: Ben Cumming <louncharf@gmail.com>
Date: Mon, 11 Sep 2017 12:41:24 +0200
Subject: [PATCH] add Travis-CI build status badge to readme (#346)

Status of the master branch is displayed at the top of the README.
The status is based on the result of the automated daily build.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e5617e56..f3fe5a1d 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# NestMC Prototype
+# NestMC Prototype [![Build Status](https://travis-ci.org/eth-cscs/nestmc-proto.svg?branch=master)](https://travis-ci.org/eth-cscs/nestmc-proto)
 
 This is the repository for the NestMC prototype code. Unfortunately we do not have thorough documentation of how-to guides.
 Below are some guides for how to build the project and run the miniapp.
-- 
GitLab