Skip to content

Commit 2ac00b0

Browse files
authored
Merge pull request #93 from mdiep/reactiveswift-3.0
Update ReactiveSwift to 3.0
2 parents aaa7ade + 66c71c8 commit 2ac00b0

File tree

7 files changed

+11
-12
lines changed

7 files changed

+11
-12
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
language: objective-c
2-
osx_image: xcode9
2+
osx_image: xcode9.1
33
branches:
44
only:
55
- master
6-
before_script:
7-
- git submodule update --init --recursive
86
script: script/cibuild "$TRAVIS_XCODE_WORKSPACE" "$TRAVIS_XCODE_SCHEME" "$XCODE_ACTION"
97
xcode_workspace: Tentacle.xcworkspace
108
matrix:
@@ -15,7 +13,8 @@ matrix:
1513
env: XCODE_ACTION="build-for-testing test-without-building"
1614
- xcode_scheme: update-test-fixtures
1715
env: XCODE_ACTION=build
18-
- before_script: true
16+
- git:
17+
submodules: false
1918
script:
2019
- swift build
2120
- swift test

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveCocoa/ReactiveSwift" ~> 2.0
1+
github "ReactiveCocoa/ReactiveSwift" ~> 3.0

Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "ReactiveCocoa/ReactiveSwift" "2.0.1"
2-
github "antitypical/Result" "3.2.3"
1+
github "ReactiveCocoa/ReactiveSwift" "3.0.0"
2+
github "antitypical/Result" "3.2.4"

Carthage/Checkouts/ReactiveSwift

Submodule ReactiveSwift updated 48 files

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
.library(name: "Tentacle", targets: ["Tentacle"]),
88
],
99
dependencies: [
10-
.package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", from: "2.0.0"),
10+
.package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", from: "3.0.0"),
1111
],
1212
targets: [
1313
.target(name: "Tentacle", dependencies: ["ReactiveSwift"]),

0 commit comments

Comments
 (0)