Skip to content

Commit

Permalink
Merge pull request #458 from ParsePlatform/nlutsenko.bolts
Browse files Browse the repository at this point in the history
Update Bolts to 1.4.0.
  • Loading branch information
nlutsenko committed Oct 23, 2015
2 parents 67852a5 + 00f89e4 commit 5c439cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Parse.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Vendor/Bolts-ObjC

0 comments on commit 5c439cd

Please sign in to comment.