Add AppVeyor, Travis build status

This commit is contained in:
Hisham Abdullah Bin Ateya 2015-06-20 22:30:20 +03:00
parent b135a9d53b
commit d4d49db86c
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
ASP.NET Routing ASP.NET Routing
=== ===
AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/fe4o5h1s9ve86nyv/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/Routing/branch/dev)
Travis: [![Travis](https://travis-ci.org/aspnet/Routing.svg?branch=dev)](https://travis-ci.org/aspnet/Routing)
Contains routing middleware for routing requests to application logic. Contains routing middleware for routing requests to application logic.
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. 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.