From 876e6cc381fa312d31806c35f9ce5e39c6e81122 Mon Sep 17 00:00:00 2001 From: Jason Lewis Date: Sun, 8 Dec 2013 12:49:16 +1100 Subject: [PATCH] Added build status to readme. Signed-off-by: Jason Lewis --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6dc4504..af0a1d3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A resource watcher allows you to watch a resource for any changes. This means you can watch a directory and then listen for any changes to files within that directory or to the directory itself. +[![Build Status](https://travis-ci.org/jasonlewis/resource-watcher.png?branch=master)](https://travis-ci.org/jasonlewis/resource-watcher) + ## Installation To install Resource Watcher add it to the `requires` key of your `composer.json` file.