Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 0caac62

Browse files
Update circleci to use ruby 2.4.4 (#149)
* Update circleci to use ruby 2.4.4 * Update .circleci/config.yml Co-authored-by: Federico Moyá <[email protected]> Co-authored-by: Federico Moyá <[email protected]>
1 parent 673848c commit 0caac62

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ version: 2
22

33
jobs:
44
test:
5-
machine:
6-
docker_layer_caching: true
5+
docker:
6+
- image: circleci/ruby:2.4.4
7+
setup_remote_docker:
8+
docker_layer_chaching: true
79
working_directory: ~/codeclimate/codeclimate-services
810
steps:
911
- checkout

0 commit comments

Comments
 (0)