File tree Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 17
17
osx_image : xcode8.3
18
18
env : SWIFT=3.1
19
19
before_install :
20
- gem install cocoapods --prerelease -- version 1.7.0.beta.3
20
+ gem install cocoapods --version '~> 1.8.0'
21
21
install :
22
22
carthage bootstrap --no-build PromiseKit
23
23
script : |
47
47
- << : *pod
48
48
osx_image : xcode10.2
49
49
env : SWIFT=5.0
50
-
50
+ - << : *pod
51
+ osx_image : xcode11
52
+ env : SWIFT=5.1
53
+
51
54
- &linux
52
55
stage : swiftpm
53
56
env : SWIFT_BUILD_VERSION=3 SWIFT_VERSION=4.0
86
89
- << : *linux
87
90
env : SWIFT_BUILD_VERSION=5 SWIFT_VERSION=5.0
88
91
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
+
90
96
- &swiftpm
91
97
stage : swiftpm
92
98
name : Xcode 8.3 / SwiftPM
@@ -100,7 +106,10 @@ jobs:
100
106
- << : *swiftpm
101
107
name : Xcode 10.0 / SwiftPM
102
108
osx_image : xcode10
103
-
109
+ - << : *swiftpm
110
+ name : Xcode 11.0 / SwiftPM
111
+ osx_image : xcode11
112
+
104
113
- &carthage
105
114
stage : carthage
106
115
osx_image : xcode9.2
@@ -117,7 +126,9 @@ jobs:
117
126
osx_image : xcode10.1
118
127
- << : *carthage
119
128
osx_image : xcode10.2
120
-
129
+ - << : *carthage
130
+ osx_image : xcode11
131
+
121
132
- &test
122
133
stage : test
123
134
xcode_scheme : PMKFoundation
Original file line number Diff line number Diff line change 1
1
github "AliSoftware/OHHTTPStubs" "7.0.0"
2
- github "mxcl/PromiseKit" "6.8.4 "
2
+ github "mxcl/PromiseKit" "6.11.0 "
You can’t perform that action at this time.
0 commit comments