From 7e16a9d0bb8340ff454eb7f109f0474c31193e38 Mon Sep 17 00:00:00 2001 From: wenzl Date: Thu, 26 Oct 2017 11:02:43 +0800 Subject: [PATCH] add redis-server support for ci --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 66c7c16..4620277 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ go: services: - memcached + - redis-server script: - go test -v ./...