Skip to content

Commit f203f77

Browse files
authored
Update config.yml
1 parent e757b55 commit f203f77

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@ version: 2
66
jobs:
77
build:
88
docker:
9-
# specify the version you desire here
10-
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
119
- image: circleci/python:3.6.1
1210

13-
# Specify service dependencies here if necessary
14-
# CircleCI maintains a library of pre-built images
15-
# documented at https://circleci.com/docs/2.0/circleci-images/
16-
# - image: circleci/postgres:9.4
11+
- image: redislabs/redisgraph:edge
12+
port: 6379:6379
1713

1814
working_directory: ~/repo
1915

0 commit comments

Comments
 (0)