Add AppVeyor and Travis status badges to the readme

This commit is contained in:
Chris R 2016-10-10 09:49:27 -07:00 committed by GitHub
parent 9acbc6d898
commit 5768f9605e
1 changed files with 4 additions and 0 deletions

View File

@ -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.