From 1913ff9b6838eaef4a710cd21ea3919aa44c752e Mon Sep 17 00:00:00 2001 From: Raman Date: Mon, 2 Oct 2017 17:59:10 +0200 Subject: [PATCH] Added build status to README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 436c406..bea59ef 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/raman-nbg/techradar.svg?branch=master)](https://travis-ci.org/raman-nbg/techradar) + # Techradar This is another version of the ThoughtWorks technolgoy radar (https://www.thoughtworks.com/radar). @@ -226,4 +228,4 @@ The structure of the return value must be the following scheme: }, "type": "object" } -``` \ No newline at end of file +```