Add REDIS_URL env var
This commit is contained in:
parent
1c6ce3b2f3
commit
d59f85cc01
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user