Skip to content

Commit

Permalink
[skip ci] Use CocoaPods 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Feb 7, 2019
1 parent 716f9c2 commit cdc7f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cache: cocoapods
language: objective-c
before_install: mv .github/PromiseKit.podspec .
install: gem install cocoapods --prerelease --version 1.6.0.rc.2
install: gem install cocoapods
script: pod lib lint --subspec=PromiseKit/CorePromise --fail-fast --swift-version=$SWIFT
- <<: *pod
osx_image: xcode9.2
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
name: SwiftPM / macOS / Xcode 10.1 / Swift 4.2

- stage: deploy
install: gem install cocoapods --prerelease --version 1.6.0.rc.2
install: gem install cocoapods
before_script: mv .github/PromiseKit.podspec .
script: |
set -exo pipefail
Expand Down

0 comments on commit cdc7f7d

Please sign in to comment.