From 9f49cc88226baa17d0bf9e9b0e7ffbf39bcc9324 Mon Sep 17 00:00:00 2001 From: chunlin-li Date: Tue, 23 Feb 2016 17:26:12 +0800 Subject: [PATCH] update --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8007bea..f794795 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ---------------------- +[![Build status][travis-image]][travis-url] This package provides you with a big map. It uses Buffer as its storage space rather than heap memory. @@ -137,4 +138,8 @@ get a value by the key. * add more test case, make sure basic functionality * key support number type * add remove function -* change data structure, add a meta byte \ No newline at end of file +* change data structure, add a meta byte + + +[travis-image]: https://img.shields.io/travis/Chunlin-Li/BigMap.svg?style=flat +[travis-url]: https://travis-ci.org/Chunlin-Li/BigMap \ No newline at end of file