Changed badges

This commit is contained in:
zonyitoo
2020-08-10 10:47:45 +08:00
parent 0b87f7413e
commit c766908bd8
2 changed files with 2 additions and 6 deletions

View File

@@ -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]

View File

@@ -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).