Skip to content

Commit

Permalink
Remove defunct step from CircleCI
Browse files Browse the repository at this point in the history
Since 4d21f1c, this step no longer has any effect. See https://circleci.com/docs/2.0/testing-ios/#using-ruby.
  • Loading branch information
sonicdoe committed May 11, 2020
1 parent 11e9a1c commit dcfe8b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ jobs:
steps:
- checkout

- run:
name: Set Ruby Version
command: echo "2.4" > ~/.ruby-version
- restore_cache:
keys:
- v1-gems-{{ checksum "Gemfile.lock" }}
Expand Down

0 comments on commit dcfe8b4

Please sign in to comment.