From 7bdae8b2c56730ae930422cc1e28856bc73484ae Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 21 Apr 2021 07:23:48 +0300 Subject: [PATCH] README.md: replace shields.io with official CircleCI badge Also remove appveyor, it is not used anymore. --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 137ef9445..808b88057 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Rust CI](https://github.com/deltachat/deltachat-core-rust/actions/workflows/ci.yml/badge.svg)](https://github.com/deltachat/deltachat-core-rust/actions/workflows/ci.yml) [![Remote tests](https://github.com/deltachat/deltachat-core-rust/actions/workflows/remote_tests.yml/badge.svg)](https://github.com/deltachat/deltachat-core-rust/actions/workflows/remote_tests.yml) -[![CircleCI build status][circle-shield]][circle] +[![CircleCI](https://circleci.com/gh/deltachat/deltachat-core-rust.svg?style=shield)](https://circleci.com/gh/deltachat/deltachat-core-rust/) ## Installing Rust and Cargo @@ -113,11 +113,6 @@ $ cargo test -- --ignored - `vendored`: When using Openssl for TLS, this bundles a vendored version. - `nightly`: Enable nightly only performance and security related features. -[circle-shield]: https://img.shields.io/circleci/project/github/deltachat/deltachat-core-rust/master.svg?style=flat-square -[circle]: https://circleci.com/gh/deltachat/deltachat-core-rust/ -[appveyor-shield]: https://ci.appveyor.com/api/projects/status/lqpegel3ld4ipxj8/branch/master?style=flat-square -[appveyor]: https://ci.appveyor.com/project/dignifiedquire/deltachat-core-rust/branch/master - ## Language bindings and frontend projects Language bindings are available for: