Skip to content

Commit

Permalink
Update circleci ruby image
Browse files Browse the repository at this point in the history
  • Loading branch information
dennyluan committed Dec 7, 2019
1 parent a56f3a2 commit af4890e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build_and_test:
docker:
- image: circleci/ruby:2.4.1-node-browsers
- image: circleci/ruby:2.5.7-node-browsers
- image: circleci/postgres:11.6-alpine-ram
environment:
POSTGRES_USER: postgres
Expand All @@ -24,7 +24,9 @@ jobs:
keys:
- ruby257-{{ .Branch }}-
- ruby257-master-
- run: yarn install --cache-folder ~/.cache/yarn
- run:
name: Yarn install
command: yarn install --cache-folder ~/.cache/yarn
- run:
name: install dependencies
command: |
Expand Down

0 comments on commit af4890e

Please sign in to comment.