From ecdd827d3a7549f4b7bfc2e66bbc81e544870293 Mon Sep 17 00:00:00 2001 From: Gabe Rosenhouse Date: Sun, 3 Dec 2017 14:22:36 -0800 Subject: [PATCH] README: add badge for appveyor (Windows CI) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 458ebd68..f0e44435 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -[![Build Status](https://travis-ci.org/containernetworking/plugins.svg?branch=master)](https://travis-ci.org/containernetworking/plugins) +[![Linux Build Status](https://travis-ci.org/containernetworking/plugins.svg?branch=master)](https://travis-ci.org/containernetworking/plugins) +[![Windows Build Status](https://ci.appveyor.com/api/projects/status/kcuubx0chr76ev86/branch/master?svg=true)](https://ci.appveyor.com/project/cni-bot/plugins/branch/master) # plugins Some CNI network plugins, maintained by the containernetworking team. For more information, see the individual READMEs.