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