Skip to content

Commit 9cc0af5

Browse files
authored
Remove old CI config (#5572)
* Remove old CI config Signed-off-by: Yuki Okushi <[email protected]> * Replace outdated badges Signed-off-by: Yuki Okushi <[email protected]> --------- Signed-off-by: Yuki Okushi <[email protected]>
1 parent 61d82ac commit 9cc0af5

File tree

3 files changed

+2
-84
lines changed

3 files changed

+2
-84
lines changed

Diff for: .editorconfig

-3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,3 @@ indent_size = unset
2121
indent_style = unset
2222
trim_trailing_whitespace = unset
2323
insert_final_newline = unset
24-
25-
[appveyor.yml]
26-
end_of_line = unset

Diff for: .travis.yml

-77
This file was deleted.

Diff for: README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rustfmt [![Build Status](https://travis-ci.com/rust-lang/rustfmt.svg?branch=master)](https://travis-ci.com/rust-lang/rustfmt) [![Build Status](https://ci.appveyor.com/api/projects/status/github/rust-lang/rustfmt?svg=true)](https://ci.appveyor.com/project/rust-lang-libs/rustfmt) [![crates.io](https://img.shields.io/crates/v/rustfmt-nightly.svg)](https://crates.io/crates/rustfmt-nightly) [![Travis Configuration Status](https://img.shields.io/travis/davidalber/rustfmt-travis.svg?label=travis%20example)](https://travis-ci.org/davidalber/rustfmt-travis)
1+
# rustfmt [![linux](https://github.com/rust-lang/rustfmt/actions/workflows/linux.yml/badge.svg?event=push)](https://github.com/rust-lang/rustfmt/actions/workflows/linux.yml) [![mac](https://github.com/rust-lang/rustfmt/actions/workflows/mac.yml/badge.svg?event=push)](https://github.com/rust-lang/rustfmt/actions/workflows/mac.yml) [![windows](https://github.com/rust-lang/rustfmt/actions/workflows/windows.yml/badge.svg?event=push)](https://github.com/rust-lang/rustfmt/actions/workflows/windows.yml) [![crates.io](https://img.shields.io/crates/v/rustfmt-nightly.svg)](https://crates.io/crates/rustfmt-nightly)
22

33
A tool for formatting Rust code according to style guidelines.
44

@@ -7,9 +7,7 @@ If you'd like to help out (and you should, it's a fun project!), see
77
Conduct](CODE_OF_CONDUCT.md).
88

99
You can use rustfmt in Travis CI builds. We provide a minimal Travis CI
10-
configuration (see [here](#checking-style-on-a-ci-server)) and verify its status
11-
using another repository. The status of that repository's build is reported by
12-
the "travis example" badge above.
10+
configuration (see [here](#checking-style-on-a-ci-server)).
1311

1412
## Quick start
1513

0 commit comments

Comments
 (0)