Add AppVeyor, Travis build status

This commit is contained in:
Hisham Abdullah Bin Ateya 2015-06-20 23:19:08 +03:00
parent 1639ee07e7
commit ba952b8372
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
WebSockets
================
AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/lk5hyg6gki03hdqe/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/WebSockets/branch/dev)
Travis: [![Travis](https://travis-ci.org/aspnet/WebSockets.svg?branch=dev)](https://travis-ci.org/aspnet/WebSockets)
Contains a managed implementation of the WebSocket protocol, along with client and server integration components.
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.