From bdcd3e95c796049a7ace540f02ecb215901aad1d Mon Sep 17 00:00:00 2001 From: jomo Date: Sun, 2 Nov 2014 05:36:46 +0100 Subject: [PATCH] add redis to travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b705b2a..f5f5596 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,6 @@ language: node_js node_js: - "0.10" notifications: - irc: "irc.esper.net#spongy" \ No newline at end of file + irc: "irc.esper.net#spongy" +services: + - redis-server \ No newline at end of file