We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e757b55 commit f203f77Copy full SHA for f203f77
.circleci/config.yml
@@ -6,14 +6,10 @@ version: 2
6
jobs:
7
build:
8
docker:
9
- # specify the version you desire here
10
- # use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
11
- image: circleci/python:3.6.1
12
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
+ - image: redislabs/redisgraph:edge
+ port: 6379:6379
17
18
working_directory: ~/repo
19
0 commit comments