Skip to content

Commit

Permalink
[add] improving ci
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed May 2, 2020
1 parent 1d47cd6 commit 089e384
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ version: 2.1

defaults: &defaults
working_directory: ~/redisai-js
docker:
- image: circleci/node:10.16.3
- image: redisai/redisai:edge
docker:
- image: circleci/node:10.16.3
- image: redisai/redisai:edge

jobs:
build:
Expand Down

0 comments on commit 089e384

Please sign in to comment.