Skip to content

Commit ec755cc

Browse files
authored
Update config.yml
1 parent b5b3ed0 commit ec755cc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ jobs:
88
# specify the version
99
- image: circleci/golang:1.9
1010
- image: redislabs/redisearch:edge
11-
port: 6379:6379
11+
port: 6379:6379
1212
- image: redislabs/redisearch:last
13-
port: 6379:6380
14-
13+
port: 6379:6380
1514

1615
working_directory: /go/src/github.com/RediSearch/redisearch-go
1716
steps:

0 commit comments

Comments
 (0)