From 981f05515e9359966bf888574233f1db64603e1d Mon Sep 17 00:00:00 2001
From: Duerno <felipeduernoal@gmail.com>
Date: Tue, 30 Jan 2018 17:09:36 -0200
Subject: [PATCH] Adding Travis.CI badge in README.md

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

diff --git a/README.md b/README.md
index 25dbd4e..57f2b93 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Hubot Natural
 
+[![Build Status](https://travis-ci.org/RocketChat/hubot-natural.svg?branch=master)](https://travis-ci.org/RocketChat/hubot-natural)
+
 ## Natural Language ChatBot
 
 Hubot is one of the most famous bot creating framework on the web, that's because github made it easy to create. If you can define your commands in a RegExp param, basically you can do anything with Hubot. That's a great contribution to ChatOps culture.
-- 
GitLab