Add REDIS_URL env var

This commit is contained in:
Devon Mackay 2018-08-30 17:16:53 -04:00
parent 1c6ce3b2f3
commit d59f85cc01

View File

@ -13,6 +13,7 @@ jobs:
PGHOST: localhost PGHOST: localhost
PGUSER: root PGUSER: root
PGDATABASE: circle_test PGDATABASE: circle_test
REDIS_URL: redis://localhost:6379
- image: circleci/postgres:9.6.5-alpine-ram - image: circleci/postgres:9.6.5-alpine-ram
- image: circleci/redis:4-alpine3.8 - image: circleci/redis:4-alpine3.8
steps: steps: