From 581d47147af85a5455de83bf69bb8d195af85d25 Mon Sep 17 00:00:00 2001 From: Jeff Welch Date: Tue, 5 Feb 2013 19:32:49 -0500 Subject: [PATCH] Add travis build status to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3a223fe..e7e11a4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ PHPExporter =========== +[![Build Status](https://secure.travis-ci.org/whatthejeff/PHPExporter.png?branch=master)](http://travis-ci.org/whatthejeff/PHPExporter) + [PHPUnit](https://github.com/sebastianbergmann/phpunit/) includes a nifty utility for generating human-readable strings based on PHP values. PHPExporter is simply a stand-alone version of that utility.