Skip to content

Commit 11876e3

Browse files
committed
Merge branch 'bump-cocoapods'
2 parents bbc6f71 + 6d286d4 commit 11876e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: osx
1515
language: objective-c
1616
before_install:
17-
gem install cocoapods --prerelease --version 1.6.1
17+
gem install cocoapods --prerelease --version 1.7.0.beta.3
1818
install:
1919
carthage bootstrap --no-build PromiseKit
2020
script: |
@@ -32,7 +32,7 @@ jobs:
3232
env: SWIFT=3.3
3333
name: pod lib lint --swift-version=3.3
3434
- <<: *pod
35-
osx_image: xcode10
35+
osx_image: xcode10.1
3636
env: SWIFT=3.4
3737
name: pod lib lint --swift-version=3.4
3838
- <<: *pod
@@ -44,7 +44,7 @@ jobs:
4444
env: SWIFT=4.1
4545
name: pod lib lint --swift-version=4.1
4646
- <<: *pod
47-
osx_image: xcode10
47+
osx_image: xcode10.1
4848
env: SWIFT=4.2
4949
name: pod lib lint --swift-version=4.2
5050
- <<: *pod

0 commit comments

Comments
 (0)