From 9c2fbc7198cc7f78a1fb7e25abb0d55f0af9893f Mon Sep 17 00:00:00 2001 From: Nerijus Arlauskas Date: Sun, 10 Jul 2016 18:18:02 +0300 Subject: [PATCH] Use markdown status. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 467c50b..35c2431 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Maybe Result -
- Status -
+[![Build Status](https://travis-ci.org/trafi/maybe-result-cpp.svg?branch=master)](https://travis-ci.org/trafi/maybe-result-cpp) Maybe Result is a return value wrapper that can contain either a value `T` or error `E`. It borrows ideas heavily from the [C++17's