From 052336db6a644f109b943a22cea220dd8d98e374 Mon Sep 17 00:00:00 2001
From: Maxime Thirouin <m@moox.io>
Date: Wed, 14 Sep 2016 18:30:52 +0200
Subject: [PATCH] Readme: add Travis-CI badge so people can easily see there is
 tests (#646)

* Readme: add Travis-CI badge so people can easily see there is tests

Following https://twitter.com/MoOx/status/776008513252392960

* Readme: add Travis-CI badge so people can easily see there is tests, round 2
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 978b6a6ea..3c0a07a2f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Create React App
+# Create React App [![Build Status](https://travis-ci.org/facebookincubator/create-react-app.svg?branch=master)](https://travis-ci.org/facebookincubator/create-react-app)
 
 Create React apps with no build configuration.
 
-- 
GitLab