From c3a992245714d5974400493dba932c0a780a8d9a Mon Sep 17 00:00:00 2001
From: Romain Bertozzi <romain.bertozzi@savoirfairelinux.com>
Date: Tue, 13 Jun 2017 10:40:51 -0400
Subject: [PATCH] readme: update badges to match new Jenkins host

This commit update the readme file to update the badges of the CI.
'Packaging' is removed because it seems to be private.

Change-Id: I2a09bfee0500b1729b43f32744d117af282b2f84
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 0156cae79..8a09c8e41 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@
 
 This repository is meant for the porting of Ring to Android.
 
-| App | CI | Packaging
-| :-: | :-: | :-:
-| [![Download on the Play Store](https://img.shields.io/badge/download-play%20store-blue.svg)](https://play.google.com/store/apps/details?id=cx.ring) [![Download on F-Droid](https://img.shields.io/badge/download-fdroid-blue.svg)](https://f-droid.org/repository/browse/?fdid=cx.ring) | [![Build Status](http://test.savoirfairelinux.com/buildStatus/icon?job=ring-client-android)](http://test.savoirfairelinux.com/job/ring-client-android) | [![Build Status](http://test.savoirfairelinux.com/buildStatus/icon?job=ring-packaging-client-android)](https://test.savoirfairelinux.com/job/ring-packaging-client-android/)
+| App | CI
+| :-: | :-: |
+| [![Download on the Play Store](https://img.shields.io/badge/download-play%20store-blue.svg)](https://play.google.com/store/apps/details?id=cx.ring) [![Download on F-Droid](https://img.shields.io/badge/download-fdroid-blue.svg)](https://f-droid.org/repository/browse/?fdid=cx.ring) | [![Build Status](https://jenkins.ring.cx/buildStatus/icon?job=client-android)](https://jenkins.ring.cx/job/client-android/)
 
 ## Environment
 
-- 
GitLab