Skip to content

Commit

Permalink
chore(circleci): update Xcode and remove install-cocoapods job (#2402)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Feb 4, 2020
1 parent c40d993 commit 599c5c4
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .circleci/config.yml
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 All @@ -39,7 +29,7 @@ jobs:

build-ios:
macos:
xcode: "10.0"
xcode: "11.1.0"
working_directory: /tmp/workspace

steps:
Expand All @@ -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 599c5c4

Please sign in to comment.