You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
loose socket perms
This commit is contained in:
@@ -5,7 +5,7 @@ node_js:
|
||||
- "0.12"
|
||||
- "iojs"
|
||||
before_install:
|
||||
- 'printf ''bind ::1 127.0.0.1\nunixsocket /tmp/redis.sock\ndaemonize yes'' >> /tmp/redis.conf'
|
||||
- 'printf ''bind ::1 127.0.0.1\nunixsocket /tmp/redis.sock\ndaemonize yes\nunixsocketperm 777'' >> /tmp/redis.conf'
|
||||
before_script:
|
||||
- sudo redis-server /tmp/redis.conf
|
||||
after_success: npm run coverage
|
||||
|
Reference in New Issue
Block a user