Skip to content

Commit 1f477cd

Browse files
committed
README: Switch to github actions badges
Fixes: #2195 Signed-off-by: Daniel Silverstone <[email protected]>
1 parent 92d515d commit 1f477cd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# rustup: the Rust toolchain installer
22

3-
| CI | Build Status |
3+
| Master CI | Build Status |
44
|--------------|----------------------------------------------------------|
5-
| Travis | [![Travis Build Status][travis-badge]][travis-url] |
6-
| AppVeyor | [![AppVeyor Build Status][appveyor-badge]][appveyor-url] |
5+
| Windows | ![Windows builds][actions-windows-master] |
6+
| Mac OS | ![Mac OS builds][actions-macos-master] |
7+
| Linux Etc | ![Linux (etc) builds][actions-linux-master] |
78

89
*rustup* installs [The Rust Programming Language][rustlang] from the official
910
release channels, enabling you to easily switch between stable, beta,
@@ -811,7 +812,6 @@ Licensed under either of
811812
at your option.
812813

813814
<!-- Badges -->
814-
[travis-url]: https://travis-ci.com/rust-lang/rustup
815-
[travis-badge]: https://travis-ci.com/rust-lang/rustup.svg
816-
[appveyor-url]: https://ci.appveyor.com/project/rust-lang-libs/rustup
817-
[appveyor-badge]: https://ci.appveyor.com/api/projects/status/github/rust-lang/rustup?svg=true
815+
[actions-windows-master]: https://github.com/rust-lang/rustup/workflows/Windows%20(master)/badge.svg
816+
[actions-macos-master]: https://github.com/rust-lang/rustup/workflows/Mac%20OS/badge.svg?branch=master
817+
[actions-linux-master]: https://github.com/rust-lang/rustup/workflows/Linux%20(master)/badge.svg

0 commit comments

Comments
 (0)