From a4f8e5b48ebfcaeea936b277f9842df500cdc824 Mon Sep 17 00:00:00 2001 From: Matthew Connelly Date: Sat, 14 Mar 2015 23:48:43 +0000 Subject: [PATCH] Added travis-ci to readme --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 72e1758..79bfbb2 100644 --- a/README +++ b/README @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/MaffC/POE-Component-DirWatch-WithCaller.svg?branch=master)](https://travis-ci.org/MaffC/POE-Component-DirWatch-WithCaller) + POE-Component-DirWatch-WithCaller This module extends POE::Component::DirWatch to make life easier for those who wish to dynamically create DirWatch sessions which share common callbacks and filters. Functionality has also been included to allow previously-seen files to be filtered, hopefully improving poll performance.