Skip to content

Commit 5df1169

Browse files
authored
Update config.yml
1 parent e93e3a9 commit 5df1169

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.circleci/config.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ version: 2
66
jobs:
77
build:
88
docker:
9-
# specify the version you desire here
109
- image: circleci/node:10.15
1110

12-
# Specify service dependencies here if necessary
13-
# CircleCI maintains a library of pre-built images
14-
# documented at https://circleci.com/docs/2.0/circleci-images/
15-
# - image: circleci/mongo:3.4.4
16-
11+
- image: redislabs/redisgraph:edge
12+
port: 6379:6379
13+
name: redisgraph
14+
1715
working_directory: ~/repo
1816

1917
steps:

0 commit comments

Comments
 (0)