We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7503872 + 11c0fda commit b5f7eceCopy full SHA for b5f7ece
.swift-version
@@ -1 +1 @@
1
-4.1
+4.1.2
.travis.yml
@@ -1,5 +1,5 @@
language: objective-c
2
-osx_image: xcode9.3
+osx_image: xcode9.4
3
before_install: true
4
install: true
5
branches:
@@ -15,7 +15,7 @@ cache:
15
16
jobs:
17
include:
18
- - osx_image: xcode9.3
+ - osx_image: xcode9.4
19
script:
20
- XCODE_SCHEME=ReactiveSwift-macOS
21
XCODE_SDK=macosx
@@ -42,7 +42,7 @@ jobs:
42
- pod lib lint ReactiveSwift.podspec
43
env:
44
- JOB=PODSPEC
45
46
47
- swift --version
48
- swift build
0 commit comments