From 920a7d79f9076a6fbb0df3bdd94be313efc3879d Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 1 Apr 2015 18:38:40 -0700 Subject: [PATCH] Adding status badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index da59c45..87da059 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ FileProvider ========== +AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/8pryt261xf7q0cb6/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/FileSystem/branch/dev) + +Travis: [![Travis](https://travis-ci.org/aspnet/FileSystem.svg?branch=dev)](https://travis-ci.org/aspnet/FileSystem) File Provider abstractions for ASP.NET 5 runtime. Contains IFileInfo and IFileProvider.