From b02ab87cdefbef3c8d7c493951dc3e71a7fec1e1 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Sat, 4 Apr 2015 00:22:50 -0700 Subject: [PATCH] Added travis-ci badge. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c74e877010..c8ae0e01df 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ Razor ===== + +> Travis: [![Travis](https://travis-ci.org/aspnet/Razor.svg?branch=dev)](https://travis-ci.org/aspnet/Razor) + The Razor syntax provide a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic web content. This repo contains the parser and the C# code generator for the Razor syntax. 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://www.github.com/aspnet/home) repo.