Skip to content
This repository was archived by the owner on May 13, 2020. It is now read-only.

Commit f1a7ac2

Browse files
committed
Migrate to Swift 4.1.2
1 parent 3a5eec6 commit f1a7ac2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.1
1+
4.1.2

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: swift
2-
osx_image: xcode9.3
2+
osx_image: xcode9.4
33

44
cache:
55
directories:
@@ -11,4 +11,4 @@ before_install:
1111
- brew outdated swiftlint || brew upgrade swiftlint
1212
- carthage bootstrap --verbose --platform iOS --cache-builds
1313
script:
14-
- xcodebuild clean test -project RxReduce.xcodeproj -scheme RxReduce -destination "platform=iOS Simulator,name=iPhone 8,OS=11.3" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO -quiet | xcpretty -c
14+
- xcodebuild clean test -project RxReduce.xcodeproj -scheme RxReduce -destination "platform=iOS Simulator,name=iPhone X,OS=11.4" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO -quiet | xcpretty -c

0 commit comments

Comments
 (0)