Skip to content

Commit 7657fdb

Browse files
author
Benjamin Coe
committed
daemonize sure
1 parent e17228a commit 7657fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ node_js:
55
- "0.12"
66
- "iojs"
77
before_install:
8-
- 'printf ''bind ::1 127.0.0.1\nunixsocket /tmp/redis.sock'' >> /tmp/redis.conf'
8+
- 'printf ''bind ::1 127.0.0.1\nunixsocket /tmp/redis.sock\ndaemonize yes'' >> /tmp/redis.conf'
99
before_script:
1010
- sudo redis-server /tmp/redis.conf
1111
after_success: npm run coverage

0 commit comments

Comments
 (0)