From 49c533ed35f4644b930e6b3978f9dc21a009b90c Mon Sep 17 00:00:00 2001 From: Pritesh Nandgaonkar Date: Wed, 4 Jul 2018 11:29:59 -0700 Subject: [PATCH] Travis badge (#135) Summary: Adds travis badge Closes https://github.com/facebook/Sonar/pull/135 Reviewed By: danielbuechele Differential Revision: D8732766 Pulled By: priteshrnandgaonkar fbshipit-source-id: 51ba49b0382f9bef88f297d061e30c862b751cd1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0443ab3a..992809c94 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Sonar +# Sonar ![Travis](https://travis-ci.org/facebook/Sonar.svg?branch=master) 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.