Skip to content

Commit

Permalink
[travis] Use CocoaPods ~> 1.7.0; update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jun 11, 2019
1 parent fe1e9c5 commit 1c296a8
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
env: SWIFT=3.1
cache: cocoapods
before_install: mv .github/PromiseKit.podspec .
install: gem install cocoapods --pre -v 1.7.0.beta.3
install: gem install cocoapods -v '~> 1.7.0'
script: pod lib lint --subspec=PromiseKit/CorePromise --fail-fast --swift-version=$SWIFT
- <<: *pod
osx_image: xcode9.2
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:

- name: '`pod trunk push`'
stage: deploy
install: gem install cocoapods --pre -v 1.7.0.beta.3
install: gem install cocoapods -v '~> 1.7.0'
before_script: |
mv .github/PromiseKit.podspec .
sed -i '' "s/s.version = '0.0.1'/s.version = '$TRAVIS_TAG'/g" PromiseKit.podspec
Expand Down
2 changes: 1 addition & 1 deletion Extensions/AddressBook
Submodule AddressBook updated 2 files
+8 −12 .travis.yml
+1 −1 Cartfile
2 changes: 1 addition & 1 deletion Extensions/Alamofire
2 changes: 1 addition & 1 deletion Extensions/EventKit
2 changes: 1 addition & 1 deletion Extensions/Foundation
Submodule Foundation updated 1 files
+8 −7 .travis.yml
2 changes: 1 addition & 1 deletion Extensions/MapKit
Submodule MapKit updated 1 files
+7 −7 .travis.yml
2 changes: 1 addition & 1 deletion Extensions/SystemConfiguration
2 changes: 1 addition & 1 deletion Extensions/UIKit
Submodule UIKit updated 2 files
+25 −18 .travis.yml
+1 −1 Cartfile

0 comments on commit 1c296a8

Please sign in to comment.