Skip to content

Commit

Permalink
chore(circleci): update Xcode and remove install-cocoapods step
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Feb 4, 2020
1 parent c40d993 commit 40a7906
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,9 @@ jobs:
steps:
- checkout

install-cocoapods:
macos:
xcode: "10.0"
working_directory: /tmp/workspace
steps:
- run:
name: Install CocoaPods
command: |
curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf
run-cli-tests:
macos:
xcode: "10.0"
xcode: "11.1.0"
working_directory: /tmp/workspace

steps:
Expand Down Expand Up @@ -65,12 +55,8 @@ workflows:
node-ios-android:
jobs:
- get-cli
- install-cocoapods
- run-cli-tests:
requires:
- get-cli
- install-cocoapods
- build-ios:
requires:
- install-cocoapods
- build-ios
- build-android

0 comments on commit 40a7906

Please sign in to comment.