From c766908bd8b381d04178323158b20f5b0d929079 Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Mon, 10 Aug 2020 10:47:45 +0800 Subject: [PATCH] Changed badges --- Cargo.toml | 3 --- README.md | 5 ++--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5105c94d..1cdd224d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,6 @@ license = "MIT" edition = "2018" [badges] -appveyor = { repository = "shadowsocks/shadowsocks-rust", branch = "master", service = "github" } -circle-ci = { repository = "shadowsocks/shadowsocks-rust", branch = "master" } -travis-ci = { repository = "shadowsocks/shadowsocks-rust", branch = "master" } maintenance = { status = "passively-maintained" } [lib] diff --git a/README.md b/README.md index f3769681..f31a92ab 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # shadowsocks-rust -[![Build Status](https://img.shields.io/travis/shadowsocks/shadowsocks-rust.svg)](https://travis-ci.org/shadowsocks/shadowsocks-rust) -[![Build status](https://ci.appveyor.com/api/projects/status/h3ny0dov7v9xioa5?svg=true)](https://ci.appveyor.com/project/zonyitoo/shadowsocks-rust-0grjf) +![Build & Test](https://github.com/shadowsocks/shadowsocks-rust/workflows/Build%20&%20Test/badge.svg) +![Build Releases](https://github.com/shadowsocks/shadowsocks-rust/workflows/Build%20Releases/badge.svg) [![License](https://img.shields.io/github/license/zonyitoo/shadowsocks-rust.svg)](https://github.com/zonyitoo/shadowsocks-rust) [![crates.io](https://img.shields.io/crates/v/shadowsocks-rust.svg)](https://crates.io/crates/shadowsocks-rust) [![Release](https://img.shields.io/github/release/shadowsocks/shadowsocks-rust.svg)](https://github.com/shadowsocks/shadowsocks-rust/releases) -[![CircleCI](https://circleci.com/gh/shadowsocks/shadowsocks-rust.svg?style=svg)](https://circleci.com/gh/shadowsocks/shadowsocks-rust) This is a port of [shadowsocks](https://github.com/shadowsocks/shadowsocks).