Commit 7bb7c4d2 authored by Danielle Tomlinson's avatar Danielle Tomlinson

dammit

parent 6b7051b6
...@@ -36,6 +36,7 @@ jobs: ...@@ -36,6 +36,7 @@ jobs:
linux-cache: linux-cache:
docker: docker:
- image: ruby:2.4 - image: ruby:2.4
working_directory: /cocoapods
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
...@@ -70,6 +71,7 @@ jobs: ...@@ -70,6 +71,7 @@ jobs:
specs-linux_2.4: specs-linux_2.4:
docker: docker:
- image: ruby:2.4 - image: ruby:2.4
working_directory: /cocoapods
environment: environment:
COCOAPODS_CI_TASKS: SPECS COCOAPODS_CI_TASKS: SPECS
<<: *steps <<: *steps
...@@ -84,6 +86,7 @@ jobs: ...@@ -84,6 +86,7 @@ jobs:
lint: lint:
docker: docker:
- image: ruby:2.4 - image: ruby:2.4
working_directory: /cocoapods
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