Skip to content

Commit 92e4943

Browse files
author
Ruben Bridgewater
committed
Update appyevor
1 parent 7718e21 commit 92e4943

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

88
This is a complete and feature rich Redis client for node.js. It supports all Redis commands and focuses on performance.
99

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
1218
install:
1319
# Install the Redis

0 commit comments

Comments
 (0)