Skip to content

Commit 74ea738

Browse files
committed
Updated Carthage bootstrap settings
1 parent fe9b4e9 commit 74ea738

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

circle.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
- v1-dep-
2121
- run:
2222
name: Bootstrap Carthage
23-
command: >
24-
carthage update --no-use-binaries
23+
command: carthage update --no-use-binaries
2524
- save_cache:
2625
key: v1-dep-{{ .Branch }}-{{ epoch }}
2726
paths:
@@ -85,7 +84,7 @@ jobs:
8584
- store_artifacts:
8685
path: /tmp/xcode-test-results
8786
workflows:
88-
version: 2.1
87+
version: 2
8988
build:
9089
jobs:
9190
- "RxCoreLocation Tests":

0 commit comments

Comments
 (0)