From a3f69d5ed75887375430880419e235e27a3788c1 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Thu, 8 Jun 2017 13:14:42 -0300 Subject: [PATCH] [chore] add travis ci build status on README.md. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a99339a0..2cba9887 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Accessible modal dialog component for React.JS +[![Build Status](https://travis-ci.org/reactjs/react-modal.svg?branch=v1)](https://travis-ci.org/reactjs/react-modal) + ## Active Development The modal is currently undergoing significant development for a v2 release. The `master` branch contains that development work. If you'd like to see the latest stable version please use the release tags (https://github.com/reactjs/react-modal/releases)