From 06c826e772bcd3254cd45e36118a292cd39950fd Mon Sep 17 00:00:00 2001 From: Pieter Frenssen Date: Sun, 29 Sep 2019 17:28:00 +0300 Subject: [PATCH] Enable Redis in the test environment. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 85193371..25a772c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: rust sudo: false dist: trusty +services: + - redis-server + cache: apt: true directories: