Add AppVeyor, Travis build status

This commit is contained in:
Hisham Abdullah Bin Ateya 2015-06-20 23:31:36 +03:00
parent 29098d6383
commit ea09b9b339
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
KestrelHttpServer
=================
AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/nr0s92ykm57q0bjv/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/KestrelHttpServer/branch/dev)
Travis: [![Travis](https://travis-ci.org/aspnet/KestrelHttpServer.svg?branch=dev)](https://travis-ci.org/aspnet/KestrelHttpServer)
This repo contains a development web server for ASP.NET 5 based on [libuv](https://github.com/libuv/libuv).
This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the [Home](https://github.com/aspnet/home) repo.