Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 258911f

Browse files
committed
nit
1 parent b2632b9 commit 258911f

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.circleci/config.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
- checkout
4040
- run: *prepare
4141
- run: |
42-
xcodebuild clean -workspace ParseLiveQuery.xcworkspace -scheme LiveQueryDemo | xcpretty -c;
43-
xcodebuild build -workspace ParseLiveQuery.xcworkspace -scheme LiveQueryDemo -configuration Debug | xcpretty -c;
42+
xcodebuild clean -workspace ParseLiveQuery.xcworkspace -scheme LiveQueryDemo | xcpretty -c;
43+
xcodebuild build -workspace ParseLiveQuery.xcworkspace -scheme LiveQueryDemo -configuration Debug | xcpretty -c;
4444
- run: |
45-
xcodebuild clean -workspace ParseLiveQuery.xcworkspace -scheme LiveQueryDemo-ObjC | xcpretty -c;
46-
xcodebuild build -workspace ParseLiveQuery.xcworkspace -scheme LiveQueryDemo-ObjC -configuration Debug | xcpretty -c;
45+
xcodebuild clean -workspace ParseLiveQuery.xcworkspace -scheme LiveQueryDemo-ObjC | xcpretty -c;
46+
xcodebuild build -workspace ParseLiveQuery.xcworkspace -scheme LiveQueryDemo-ObjC -configuration Debug | xcpretty -c;
4747
carthage:
4848
<<: *defaults
4949
steps:
@@ -65,10 +65,7 @@ workflows:
6565
jobs:
6666
- ios
6767
- macos
68-
- facebook_utils
69-
- twitter_utils
70-
- parseui
71-
- jazzy
68+
- demo
7269
nightly:
7370
jobs:
7471
- cocoapods

0 commit comments

Comments
 (0)