#1175 add badge to README

This commit is contained in:
Sean Mac Gillicuddy 2019-05-27 12:42:40 +01:00
parent c2585c6827
commit 1194f7ae26
2 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,7 @@ Kiwix is an offline reader for Web content. One of its main purposes is to make
[![Build Status](https://travis-ci.org/kiwix/kiwix-android.svg?branch=master)](https://travis-ci.org/kiwix/kiwix-android)
[![IRC Web](https://img.shields.io/badge/chat-on%20freenode-brightgreen.svg)](http://chat.kiwix.org)
[![codecov](https://codecov.io/gh/kiwix/kiwix-android/branch/master/graph/badge.svg)](https://codecov.io/gh/kiwix/kiwix-android)
---
## Build Instructions

View File

@ -218,7 +218,6 @@ android {
}
testOptions {
unitTests.all {
// All the usual Gradle options.
testLogging {
events "passed", "skipped", "failed", "standardOut", "standardError"
outputs.upToDateWhen { false }