File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# rustup: the Rust toolchain installer
2
2
3
- | CI | Build Status |
3
+ | Master CI | Build Status |
4
4
| --------------| ----------------------------------------------------------|
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 ] |
7
8
8
9
* rustup* installs [ The Rust Programming Language] [ rustlang ] from the official
9
10
release channels, enabling you to easily switch between stable, beta,
@@ -811,7 +812,6 @@ Licensed under either of
811
812
at your option.
812
813
813
814
<!-- 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
You can’t perform that action at this time.
0 commit comments