From 4d53d46769ac7665a2e5b7887cd9b56606707990 Mon Sep 17 00:00:00 2001 From: plamen5kov Date: Wed, 13 Jul 2016 08:53:14 +0300 Subject: [PATCH] added build status on root readme --- README.md | 2 ++ android/README.md | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06a6b931b..feb661769 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/NativeScript/tns-core-modules-widgets.svg?branch=master)](https://travis-ci.org/NativeScript/tns-core-modules-widgets) + # Widgets Contains the source code of the `tns-core-modules-widgets` library. This library contains native code (Java and Objective-C) used by the NativeScript core modules `tns-core-modules`. diff --git a/android/README.md b/android/README.md index 99ecc1764..f996d0f9b 100644 --- a/android/README.md +++ b/android/README.md @@ -1,5 +1,3 @@ -[![Build Status](https://travis-ci.org/NativeScript/tns-core-modules-widgets.svg?branch=master)](https://travis-ci.org/NativeScript/tns-core-modules-widgets) - ##This is an Android Studio project. ### How to open?