From 5768f9605ef766fd689a224811614e8023f538dc Mon Sep 17 00:00:00 2001 From: Chris R Date: Mon, 10 Oct 2016 09:49:27 -0700 Subject: [PATCH] Add AppVeyor and Travis status badges to the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d30e60e..9b1fb2b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ WebListener ================= +| AppVeyor | Travis | +| ---- | ---- +| [![AppVeyor](https://ci.appveyor.com/api/projects/status/413hlt87c3p24on8/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/WebListener/branch/dev) | [![Travis](https://travis-ci.org/aspnet/WebListener.svg?branch=dev)](https://travis-ci.org/aspnet/WebListener) | + This repo contains a web server for ASP.NET Core based on the Windows [Http Server API](https://msdn.microsoft.com/en-us/library/windows/desktop/aa364510.aspx). This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.