From 5047b22154847e476dac6a4e98c559a0dddaab32 Mon Sep 17 00:00:00 2001 From: Abel Toledano <atabel87@gmail.com> Date: Sat, 20 Feb 2016 12:22:37 +0100 Subject: [PATCH] Add travis to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09d8452..6195fa9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![npm](https://img.shields.io/npm/v/activity-detector.svg)](https://www.npmjs.com/package/activity-detector) [![npm](https://img.shields.io/npm/l/activity-detector.svg)](https://www.npmjs.com/package/activity-detector) +[![Build Status](https://travis-ci.org/tuenti/activity-detector.svg)](https://travis-ci.org/tuenti/activity-detector) This module helps you detecting when the user becomes idle (does not interact with the page for some time) or active in your page.