Skip to content

Commit 5c439cd

Browse files
committed
Merge pull request #458 from ParsePlatform/nlutsenko.bolts
Update Bolts to 1.4.0.
2 parents 67852a5 + 00f89e4 commit 5c439cd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ env:
1414
- TEST_TYPE=deployment
1515
- TEST_TYPE=starters
1616
- TEST_TYPE=podspecs
17+
git:
18+
submodules: false
19+
before_install:
20+
- git submodule update --init --recursive
1721
install:
1822
- |
1923
if [ -n "$TEST_TYPE" ]; then

Parse.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ Pod::Spec.new do |s|
4747

4848
s.libraries = 'z', 'sqlite3'
4949

50-
s.dependency 'Bolts/Tasks', '>= 1.3.0'
50+
s.dependency 'Bolts/Tasks', '>= 1.4.0'
5151
end

Vendor/Bolts-ObjC

0 commit comments

Comments
 (0)