Skip to content

Commit 9916671

Browse files
committed
Test Swift 5.1
1 parent 07c8b40 commit 9916671

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

.travis.yml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
osx_image: xcode8.3
1818
env: SWIFT=3.1
1919
before_install:
20-
gem install cocoapods --prerelease --version 1.7.0.beta.3
20+
gem install cocoapods --version '~> 1.8.0'
2121
install:
2222
carthage bootstrap --no-build PromiseKit
2323
script: |
@@ -47,7 +47,10 @@ jobs:
4747
- <<: *pod
4848
osx_image: xcode10.2
4949
env: SWIFT=5.0
50-
50+
- <<: *pod
51+
osx_image: xcode11
52+
env: SWIFT=5.1
53+
5154
- &linux
5255
stage: swiftpm
5356
env: SWIFT_BUILD_VERSION=3 SWIFT_VERSION=4.0
@@ -86,7 +89,10 @@ jobs:
8689
- <<: *linux
8790
env: SWIFT_BUILD_VERSION=5 SWIFT_VERSION=5.0
8891
name: Linux / Swift 5.0
89-
92+
- <<: *linux
93+
env: SWIFT_BUILD_VERSION=5 SWIFT_VERSION=5.1
94+
name: Linux / Swift 5.1
95+
9096
- &swiftpm
9197
stage: swiftpm
9298
name: Xcode 8.3 / SwiftPM
@@ -100,7 +106,10 @@ jobs:
100106
- <<: *swiftpm
101107
name: Xcode 10.0 / SwiftPM
102108
osx_image: xcode10
103-
109+
- <<: *swiftpm
110+
name: Xcode 11.0 / SwiftPM
111+
osx_image: xcode11
112+
104113
- &carthage
105114
stage: carthage
106115
osx_image: xcode9.2
@@ -117,7 +126,9 @@ jobs:
117126
osx_image: xcode10.1
118127
- <<: *carthage
119128
osx_image: xcode10.2
120-
129+
- <<: *carthage
130+
osx_image: xcode11
131+
121132
- &test
122133
stage: test
123134
xcode_scheme: PMKFoundation

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github "AliSoftware/OHHTTPStubs" "7.0.0"
2-
github "mxcl/PromiseKit" "6.8.4"
2+
github "mxcl/PromiseKit" "6.11.0"

Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)