You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-10 11:43:01 +03:00
run some tests only on supported redis versions, use coveralls parallel mode
This commit is contained in:
@@ -114,6 +114,8 @@ describe('SET', () => {
|
||||
}),
|
||||
null
|
||||
);
|
||||
}, {
|
||||
minimumRedisVersion: [6, 2]
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user