From 8ca45e3f1faf4a1fb40306e52e8337bb363ddfd8 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Sat, 11 Jul 2015 19:24:44 -0700 Subject: [PATCH] loose socket perms --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 657281993e..e7ed30fd79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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