Skip to content

Commit 6835e2d

Browse files
committedFeb 18, 2020
Nuke Travis+AppVeyor CI
1 parent 0da4dd0 commit 6835e2d

File tree

6 files changed

+1
-261
lines changed

6 files changed

+1
-261
lines changed
 

‎.github/deploy_key.enc

-1.64 KB
Binary file not shown.

‎.travis.yml

-154
This file was deleted.

‎Cargo.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ 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" }
21+
# [badges]
2422
# FIXME(flip1995): Add GHA badge once rust-lang/crates.io#1838 is merged
2523

2624
[[bin]]

‎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
[![Clippy Test](https://github.com/rust-lang/rust-clippy/workflows/Clippy%20Test/badge.svg?branch=auto&event=push)](https://github.com/rust-lang/rust-clippy/actions?query=workflow%3A%22Clippy+Test%22+event%3Apush+branch%3Aauto)
64
[![License: MIT OR Apache-2.0](https://img.shields.io/crates/l/clippy.svg)](#license)
75

‎appveyor.yml

-47
This file was deleted.

‎ci/base-tests.sh

-55
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.