Skip to content

Commit

Permalink
Changes parallelism to 1 (circle ci does not support it on macOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovereza committed Jun 6, 2018
1 parent bc1e9b3 commit 7fee604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
defaults: &defaults
macos:
xcode: '9.3.0'
parallelism: 4
parallelism: 1
shell: /bin/bash --login
environment:
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
Expand Down Expand Up @@ -102,4 +102,4 @@ workflows:
pr_build:
jobs:
- build
- carthage_without_swiftlint_integration
- carthage_without_swiftlint_integration

0 comments on commit 7fee604

Please sign in to comment.