From 33985917eb507c6cd8c519349afcf2508d006c07 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Wed, 22 Jan 2020 12:06:24 +0100 Subject: [PATCH] Fix Bitrise badges --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ddd05f7..c409f818 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Notation) strings. | Build server | Platform | Build status | |-----------------------------|---------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------| | AppVeyor | Windows | [![AppVeyor branch](https://img.shields.io/appveyor/ci/litjson/litjson/develop.svg)](https://ci.appveyor.com/project/litjson/litjson/branch/develop) | -| Bitrise | MacOS | [![Build Status](https://www.bitrise.io/app/5975a00ca2666fb1/status.svg?token=OZnv4YWRw71IVax38Wi50Q&branch=develop)](https://www.bitrise.io/app/5975a00ca2666fb1) | -| Bitrise | Linux | [![Build Status](https://www.bitrise.io/app/4c9ee62c6ba13630/status.svg?token=RBH8UKw-68lQYjageT8VoQ&branch=develop)](https://www.bitrise.io/app/4c9ee62c6ba13630) | +| Bitrise | MacOS | [![Build Status](https://app.bitrise.io/app/5975a00ca2666fb1/status.svg?token=OZnv4YWRw71IVax38Wi50Q&branch=develop)](https://app.bitrise.io/app/5975a00ca2666fb1) | +| Bitrise | Linux | [![Build Status](https://app.bitrise.io/app/4c9ee62c6ba13630/status.svg?token=RBH8UKw-68lQYjageT8VoQ&branch=develop)](https://app.bitrise.io/app/4c9ee62c6ba13630)| | Travis | Linux / MacOS | [![Travis build status](https://travis-ci.org/LitJSON/litjson.svg?branch=develop)](https://travis-ci.org/LitJSON/litjson) | @@ -40,7 +40,7 @@ Code can be compiled using .NET CLI or by launching the bootstrappers in the roo #### Prerequisites The bootstrappers will (locally in repo) - + * Fetch and install .NET Core CLI / SDK version needed to compile LitJSON. * Fetch and install Cake runner * Execute build script with supplied target (`--target=[Target]`) or by default @@ -49,7 +49,7 @@ The bootstrappers will (locally in repo) 1. Build 1. Run unit tests 1. Create NuGet package - + #### Testing This library comes with a set of unit tests using the [NUnit][nunit]