1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

Update appyevor

This commit is contained in:
Ruben Bridgewater
2015-10-29 17:25:09 +01:00
parent 7718e219e9
commit 92e49437f8
2 changed files with 7 additions and 1 deletions

View File

@@ -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.

View File

@@ -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