Skip to content

Commit bf3421b

Browse files
committed
[WIP] Remove Travis+AppVeyor badges
1 parent 69d1c61 commit bf3421b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ build = "build.rs"
1818
edition = "2018"
1919
publish = false
2020

21-
[badges]
22-
travis-ci = { repository = "rust-lang/rust-clippy" }
23-
appveyor = { repository = "rust-lang/rust-clippy" }
24-
2521
[[bin]]
2622
name = "cargo-clippy"
2723
test = false

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Clippy
22

3-
[![Build Status](https://travis-ci.com/rust-lang/rust-clippy.svg?branch=master)](https://travis-ci.com/rust-lang/rust-clippy)
4-
[![Windows Build status](https://ci.appveyor.com/api/projects/status/id677xpw1dguo7iw?svg=true)](https://ci.appveyor.com/project/rust-lang-libs/rust-clippy)
53
[![Build Status](https://github.com/rust-lang/rust-clippy/workflows/Clippy%20Test/badge.svg)](https://github.com/rust-lang/rust-clippy/actions)
64
[![License: MIT OR Apache-2.0](https://img.shields.io/crates/l/clippy.svg)](#license)
75

0 commit comments

Comments
 (0)