add redis to travis builds

This commit is contained in:
John Anderson
2019-04-15 04:16:22 -04:00
parent c11abbe8ca
commit cdff29c7d5
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
sudo: required
services:
- postgresql
- redis-server
addons:
postgresql: "9.4"
language: python