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
33
44[ ![ Build Status] ( https://travis-ci.org/NodeRedis/node_redis.png )] ( https://travis-ci.org/NodeRedis/node_redis )
55[ ![ 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 )
77
88This is a complete and feature rich Redis client for node.js. It supports all Redis commands and focuses on performance.
99
Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ environment:
88 - nodejs_version : " 3"
99 - nodejs_version : " 4"
1010
11+ pull_requests :
12+ do_not_increment_build_number : true
13+
14+ platform : Any CPU
15+ shallow_clone : true
16+
1117# Install scripts. (runs after repo cloning)
1218install :
1319 # Install the Redis
You can’t perform that action at this time.
0 commit comments