From 977670c756eefcfccf4a79a14aacf47b3b0e947e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BlueT=20-=20Matthew=20Lien=20-=20=E7=B7=B4=E5=96=86?= =?UTF-8?q?=E6=98=8E?= Date: Wed, 3 May 2017 03:21:27 +0800 Subject: [PATCH] add Travis badge in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4be8579..651b1b1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/BlueT/obj-filter.svg?branch=master)](https://travis-ci.org/BlueT/obj-filter) + # obj-filter - JavaScript Object Filter. JavaScript Object Filter. **Deep** filtering key/content *recursively*. @@ -144,4 +146,4 @@ var vmData = objFilter(vm_tpl, yourData) PRs welcome! If you use/like this module, please don't hesitate to give me a **Star**. I'll be happy whole day! -_Hope this HOWTO can save your time, a tree, and a kitten._ +_Hope this module can save your time, a tree, and a kitten._