From 5978f7c63070293de7eb0d4fc163c3583d4f4918 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 30 Jun 2015 15:08:34 -0700 Subject: [PATCH] docs(readme): add appveyor badge to readme Closes #513 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31a134b1..086399cf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # hyper -[![Build Status](https://travis-ci.org/hyperium/hyper.svg?branch=master)](https://travis-ci.org/hyperium/hyper) +[![Travis Build Status](https://travis-ci.org/hyperium/hyper.svg?branch=master)](https://travis-ci.org/hyperium/hyper) +[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/tb0n55fjs5tohdfo/branch/master?svg=true)](https://ci.appveyor.com/project/seanmonstar/hyper) [![Coverage Status](https://coveralls.io/repos/hyperium/hyper/badge.svg?branch=master)](https://coveralls.io/r/hyperium/hyper?branch=master) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![crates.io](http://meritbadge.herokuapp.com/hyper)](https://crates.io/crates/hyper)