From 14c59628c8907cc6d603d2c4649e25b4f98539ac Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Fri, 27 Jan 2017 13:22:40 +0530 Subject: [PATCH] Add AppVeyor (Windows CI) badge. [ci skip] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e4376b..69c2e61 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # `symlink`: create (and delete) symlinks in a cross-platform manner [![Build Status](https://gitlab.com/chris-morgan/symlink/badges/master/build.svg)](https://gitlab.com/chris-morgan/symlink/commits/master) +[![Windows build status](https://ci.appveyor.com/api/projects/status/ac11k8qljgfl74vs/branch/master?svg=true)](https://ci.appveyor.com/project/chris-morgan/symlink/branch/master) Rust’s standard library exposes platform-specific ways to create symlinks: -- 2.42.0