From 11c573a380f24a1da2c35ac2007284abb86f30cc Mon Sep 17 00:00:00 2001 From: haad Date: Mon, 22 Feb 2016 12:36:22 +0200 Subject: [PATCH] Update circleci to run redis --- circle.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 0a53938..b568530 100644 --- a/circle.yml +++ b/circle.yml @@ -1,3 +1,5 @@ machine: node: - version: 4.2.2 \ No newline at end of file + version: 4.2.2 + services: + - redis \ No newline at end of file