Skip to content

Commit

Permalink
loose socket perms
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Jul 12, 2015
1 parent 7657fdb commit 8ca45e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8ca45e3

Please sign in to comment.