From e19515d45be79ab61271894c03b4f2c5fa7f911b Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Mon, 2 Oct 2017 14:21:25 +0100 Subject: [PATCH] GitHub badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6f2a39..24907ec 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ -# monadic-optional-new +# monadic-optional Work in progress implementation of std::optional with monadic extensions + +[![Linux Build Status](https://travis-ci.org/TartanLlama/monadic-optional.png?branch=master)](https://travis-ci.org/TartanLlama/monadic-optional)