Skip to content

Commit 310cb4b

Browse files
committed
README Badges
1 parent c62b1a0 commit 310cb4b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# coverage
22
.nyc_output/
33
coverage/
4+
.coveralls.yml
45

56
.idea/
67
node_modules/

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Async Redis
22
===========================
33

4+
[![Build Status](https://travis-ci.org/moaxaca/async-redis.svg?branch=master)](https://travis-ci.org/moaxaca/async-redis)
5+
[![Coverage Status](https://coveralls.io/repos/github/moaxaca/async-redis/badge.svg)](https://coveralls.io/github/moaxaca/async-redis)
6+
47
This is a light weight wrapper over the node_redis library with first class promise support. Ideal for ES7 async functions.
58

69
## Usage Example

0 commit comments

Comments
 (0)