File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ redis - a node.js redis client
3
3
4
4
[ ![ Build Status] ( https://travis-ci.org/NodeRedis/node_redis.png )] ( https://travis-ci.org/NodeRedis/node_redis )
5
5
[ ![ Coverage Status] ( https://coveralls.io/repos/NodeRedis/node_redis/badge.svg?branch= )] ( https://coveralls.io/r/NodeRedis/node_redis?branch= )
6
- [ ![ Windows Tests] ( https://img.shields.io/appveyor/ci/bcoe/node-redis/ master.svg?label=Windows%20Tests )] ( https://ci.appveyor.com/project/bcoe /node-redis )
6
+ [ ![ Windows Tests] ( https://ci.appveyor.com/api/projects/status/koc3xraik0xq3b56/branch/ master?svg=true )] ( https://ci.appveyor.com/project/BridgeAR /node-redis/branch/master )
7
7
8
8
This is a complete and feature rich Redis client for node.js. It supports all Redis commands and focuses on performance.
9
9
Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ environment:
8
8
- nodejs_version : " 3"
9
9
- nodejs_version : " 4"
10
10
11
+ pull_requests :
12
+ do_not_increment_build_number : true
13
+
14
+ platform : Any CPU
15
+ shallow_clone : true
16
+
11
17
# Install scripts. (runs after repo cloning)
12
18
install :
13
19
# Install the Redis
You can’t perform that action at this time.
0 commit comments