You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
language: objective-c
2
-
osx_image: xcode9.3
2
+
osx_image: xcode9.4
3
3
before_install: true
4
4
install: true
5
5
branches:
@@ -15,7 +15,7 @@ cache:
15
15
16
16
jobs:
17
17
include:
18
-
- osx_image: xcode9.3
18
+
- osx_image: xcode9.4
19
19
script:
20
20
- XCODE_SCHEME=ReactiveSwift-macOS
21
21
XCODE_SDK=macosx
@@ -38,11 +38,14 @@ jobs:
38
38
XCODE_DESTINATION="platform=watchOS Simulator,name=Apple Watch Series 3 - 38mm"
39
39
script/build
40
40
- script:
41
+
# To work around the lint error: "ERROR | swift: Specification `ReactiveSwift` specifies an inconsistent `swift_version` (`4.1`) compared to the one present in your `.swift-version` file (`4.1.2`). Please remove the `.swift-version` file which is now deprecated and only use the `swift_version` attribute within your podspec."
42
+
# `.swift-version` is for swiftenv, not for CocoaPods, so we can't remove the file as suggested.
0 commit comments