From d683c483383b48ed113d15444e2789e3281e4494 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Sat, 30 Mar 2019 10:24:20 +0100 Subject: [PATCH] add pipeline status to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 633dd757..60432a95 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # LBRY Android -[![Build Status](https://travis-ci.org/lbryio/lbry-android.svg?branch=master)](https://travis-ci.org/lbryio/lbry-android) +[![pipeline status](https://ci.lbry.tech/lbry/lbry-android/badges/master/pipeline.svg)](https://ci.lbry.tech/lbry/lbry-android/commits/master) An Android browser and wallet for the [LBRY](https://lbry.io) network. This app bundles [lbrynet-daemon](https://github.com/lbryio/lbry) as a background service with a UI layer built with React Native. The APK is built using buildozer and the Gradle build tool.