Skip to content

Commit f4e1e2c

Browse files
author
Benjamin Coe
committed
getting redis configured
1 parent 116a27a commit f4e1e2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ node_js:
44
- "0.10"
55
- "0.12"
66
- "iojs"
7+
before_install:
8+
- 'printf ''bind ::1 127.0.0.1\nunixsocket /tmp/redis.sock'' >> /tmp/redis.conf'
9+
before_script:
10+
- sudo redis-server /tmp/redis.conf
711
after_success: npm run coverage

0 commit comments

Comments
 (0)