From 92e49437f897742f632610cb809014bc632352da Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Thu, 29 Oct 2015 17:25:09 +0100 Subject: [PATCH] Update appyevor --- README.md | 2 +- appveyor.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99e5ed63c5..6c967dccca 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ redis - a node.js redis client [![Build Status](https://travis-ci.org/NodeRedis/node_redis.png)](https://travis-ci.org/NodeRedis/node_redis) [![Coverage Status](https://coveralls.io/repos/NodeRedis/node_redis/badge.svg?branch=)](https://coveralls.io/r/NodeRedis/node_redis?branch=) -[![Windows Tests](https://img.shields.io/appveyor/ci/bcoe/node-redis/master.svg?label=Windows%20Tests)](https://ci.appveyor.com/project/bcoe/node-redis) +[![Windows Tests](https://ci.appveyor.com/api/projects/status/koc3xraik0xq3b56/branch/master?svg=true)](https://ci.appveyor.com/project/BridgeAR/node-redis/branch/master) This is a complete and feature rich Redis client for node.js. It supports all Redis commands and focuses on performance. diff --git a/appveyor.yml b/appveyor.yml index 60124f7ba1..51879a7964 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,6 +8,12 @@ environment: - nodejs_version: "3" - nodejs_version: "4" +pull_requests: + do_not_increment_build_number: true + +platform: Any CPU +shallow_clone: true + # Install scripts. (runs after repo cloning) install: # Install the Redis