Commit 6b7051b6 authored by Danielle Tomlinson's avatar Danielle Tomlinson

Maybe now

parent abf37eeb
...@@ -35,7 +35,7 @@ refrences: ...@@ -35,7 +35,7 @@ refrences:
jobs: jobs:
linux-cache: linux-cache:
docker: docker:
- image: circleci/ruby:2.4 - image: ruby:2.4
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
...@@ -69,7 +69,7 @@ jobs: ...@@ -69,7 +69,7 @@ jobs:
specs-linux_2.4: specs-linux_2.4:
docker: docker:
- image: circleci/ruby:2.4 - image: ruby:2.4
environment: environment:
COCOAPODS_CI_TASKS: SPECS COCOAPODS_CI_TASKS: SPECS
<<: *steps <<: *steps
...@@ -82,8 +82,8 @@ jobs: ...@@ -82,8 +82,8 @@ jobs:
<<: *steps <<: *steps
lint: lint:
macos: docker:
xcode: "9.2.0" - image: ruby:2.4
environment: environment:
COCOAPODS_CI_TASKS: LINT COCOAPODS_CI_TASKS: LINT
<<: *steps <<: *steps
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment