From 27a9b1ec72e30bf370a9227badbb33763e2f87c3 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Mon, 30 Apr 2012 18:43:16 -0700 Subject: [PATCH] Add Travis build status badge. --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index 3f545cd..4f1c0cb 100644 --- a/README.markdown +++ b/README.markdown @@ -3,6 +3,7 @@ Mustache.php A [Mustache](http://defunkt.github.com/mustache/) implementation in PHP. +[![Build Status](https://secure.travis-ci.org/bobthecow/mustache.php.png?branch=dev)](http://travis-ci.org/bobthecow/mustache.php) Usage -----