From d73ae0b3ea866b7d635bfd2e4e7ae2b82fd6d85a Mon Sep 17 00:00:00 2001 From: Maxime Thirouin 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 978b6a6eaf..3c0a07a2f2 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.