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

dammit

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