From 540776f172b6d5fc59a645c98fce0af280f42294 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 9 Jul 2018 07:04:45 -0700 Subject: [PATCH] Add Travis link to readme (#141) Summary: ![](https://media1.giphy.com/media/vntyBKuV7FwZO/giphy.gif) Pull Request resolved: https://github.com/facebook/Sonar/pull/141 Reviewed By: jknoxville Differential Revision: D8766655 Pulled By: passy fbshipit-source-id: 04026f06d248880e5373806769613e9226aa712f --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fc02297e..f9c55765a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Sonar ![Travis](https://travis-ci.org/facebook/Sonar.svg?branch=master) +# Sonar [![Build Status](https://travis-ci.org/facebook/Sonar.svg?branch=master)](https://travis-ci.org/facebook/Sonar) Sonar is a platform for debugging mobile apps on iOS and Android. Visualize, inspect, and control your apps from a simple desktop interface. Use Sonar as is or extend it using the plugin API.