From 0f8108c28e5d9f278b864ad95883de9e3e121a0d Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Wed, 14 Sep 2016 14:48:07 +0200 Subject: [PATCH 1/2] Readme: add Travis-CI badge so people can easily see there is tests Following https://twitter.com/MoOx/status/776008513252392960 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 978b6a6eaf1..a54347662c8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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. * [Getting Started](#getting-started) – How to create a new app. From 43eccaa5a8c5ab5d54e01f34ce7633a98e4f4ea3 Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Wed, 14 Sep 2016 15:12:03 +0200 Subject: [PATCH 2/2] Readme: add Travis-CI badge so people can easily see there is tests, round 2 --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a54347662c8..3c0a07a2f26 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# 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 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.