From 41ecf3b2c3379f5b71e7c48d08ce8da4c187a3b7 Mon Sep 17 00:00:00 2001 From: Stephen Becker IV Date: Sat, 12 Mar 2016 10:40:03 -0800 Subject: [PATCH] Add flair to readme Add the travis-ci and appveyor build badges to the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d5395533a..1ad7556b6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Cargo downloads your Rust project’s dependencies and compiles your project. Learn more at http://doc.crates.io/ +## Code Status +[![Build Status](https://travis-ci.org/rust-lang/cargo.svg?branch=master)](https://travis-ci.org/rust-lang/cargo) +[![Build Status](https://ci.appveyor.com/api/projects/status/jnh54531mpidb2c2?svg=true)](https://ci.appveyor.com/project/alexcrichton/cargo) + ## Installing Cargo Cargo is distributed by default with Rust, so if you've got `rustc` installed -- 2.39.5