We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6570c3 commit a5b8c19Copy full SHA for a5b8c19
.circleci/config.yml
@@ -6,7 +6,6 @@ aliases:
6
- &prepare
7
|
8
git submodule update --init --recursive
9
- git apply --directory Carthage/Checkouts/Bolts-ObjC/Vendor/xctoolchain patch
10
gem install bundler
11
bundle install
12
- &filter-only-master
.travis.yml
@@ -10,7 +10,6 @@ git:
before_install:
- git submodule update --init --recursive
13
- - git apply --directory Carthage/Checkouts/Bolts-ObjC/Vendor/xctoolchain patch
14
install: bundle install
15
16
jobs:
patch
0 commit comments