We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17228a commit 7657fdbCopy full SHA for 7657fdb
.travis.yml
@@ -5,7 +5,7 @@ node_js:
5
- "0.12"
6
- "iojs"
7
before_install:
8
- - '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'
9
before_script:
10
- sudo redis-server /tmp/redis.conf
11
after_success: npm run coverage
0 commit comments