From 62d5729b60dca562d2f2fd2f44b3179a092b1891 Mon Sep 17 00:00:00 2001 From: James Kominick Date: Wed, 26 Jul 2017 20:45:00 -0400 Subject: [PATCH] update readme - add appveyor badge --- README.md | 1 + src/lib.rs | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 3ea2a23..53a294a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # self_update +[![Build status](https://ci.appveyor.com/api/projects/status/xlkq8rd73cla4ixw/branch/master?svg=true)](https://ci.appveyor.com/project/jaemk/self-update/branch/master) [![Build Status](https://travis-ci.org/jaemk/self_update.svg?branch=master)](https://travis-ci.org/jaemk/self_update) [![crates.io:clin](https://img.shields.io/crates/v/self_update.svg?label=self_update)](https://crates.io/crates/self_update) [![docs](https://docs.rs/self_update/badge.svg)](https://docs.rs/self_update) diff --git a/src/lib.rs b/src/lib.rs index 475b199..c3ffd72 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,6 @@ /*! +[![Build status](https://ci.appveyor.com/api/projects/status/xlkq8rd73cla4ixw/branch/master?svg=true)](https://ci.appveyor.com/project/jaemk/self-update/branch/master) [![Build Status](https://travis-ci.org/jaemk/self_update.svg?branch=master)](https://travis-ci.org/jaemk/self_update) [![crates.io:clin](https://img.shields.io/crates/v/self_update.svg?label=self_update)](https://crates.io/crates/self_update) [![docs](https://docs.rs/self_update/badge.svg)](https://docs.rs/self_update)