File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# rustup: the Rust toolchain installer
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/rust-lang-nursery/multirust-rs.svg?branch=master )] ( https://travis-ci.org/rust-lang-nursery/multirust-rs )
4
- [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/vyiu5qfallpo0n6c/branch/master?svg=true )] ( https://ci.appveyor.com/project/brson/multirust-rs/branch/master )
3
+ | Build Status | |
4
+ | --------------| ------------------------------------------------------------------------------|
5
+ | Travis | [ ![ Travis Build Status] [ travis-build-status-svg ]] [ travis-build-status ] |
6
+ | AppVeyor | [ ![ AppVeyor Build Status] [ appveyor-build-status-svg ]] [ appveyor-build-status ] |
5
7
6
8
* rustup* installs [ The Rust Programming Language] from the official
7
9
release channels, enabling you to easily switch between stable, beta,
@@ -457,3 +459,9 @@ Unless you explicitly state otherwise, any contribution intentionally
457
459
submitted for inclusion in the work by you, as defined in the
458
460
Apache-2.0 license, shall be dual licensed as above, without any
459
461
additional terms or conditions.
462
+
463
+ <!-- Badges -->
464
+ [ travis-build-status ] : https://travis-ci.org/rust-lang-nursery/rustup.rs
465
+ [ travis-build-status-svg ] : https://img.shields.io/travis/rust-lang-nursery/rustup.rs.svg
466
+ [ appveyor-build-status ] : https://ci.appveyor.com/project/brson/rustup-rs
467
+ [ appveyor-build-status-svg ] : https://img.shields.io/appveyor/ci/brson/rustup-rs.svg
You can’t perform that action at this time.
0 commit comments