diff --git a/.travis.yml b/.travis.yml index 92b525889..48ab7243d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,10 @@ env: - TEST_TYPE=deployment - TEST_TYPE=starters - TEST_TYPE=podspecs +git: + submodules: false +before_install: + - git submodule update --init --recursive install: - | if [ -n "$TEST_TYPE" ]; then diff --git a/Parse.podspec b/Parse.podspec index af3c14a3c..40e8c7e3d 100644 --- a/Parse.podspec +++ b/Parse.podspec @@ -47,5 +47,5 @@ Pod::Spec.new do |s| s.libraries = 'z', 'sqlite3' - s.dependency 'Bolts/Tasks', '>= 1.3.0' + s.dependency 'Bolts/Tasks', '>= 1.4.0' end diff --git a/Vendor/Bolts-ObjC b/Vendor/Bolts-ObjC index 0456a8e53..b7f141f8e 160000 --- a/Vendor/Bolts-ObjC +++ b/Vendor/Bolts-ObjC @@ -1 +1 @@ -Subproject commit 0456a8e53b3b74b60eb325c9124026c37fb24daf +Subproject commit b7f141f8ef2419cfd15703f318977dcac6804135