Skip to content

Commit 1ce5316

Browse files
authored
Merge pull request #121 from ReactiveCocoa/update-quick-and-nimble
Update Quick and Nimble
2 parents 11e068d + 802fa9a commit 1ce5316

File tree

6 files changed

+8
-12
lines changed

6 files changed

+8
-12
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
language: objective-c
2-
osx_image: xcode8.1
2+
osx_image: xcode9
33
before_install: true
44
install: true
5-
git:
6-
submodules: false
75
branches:
86
only:
97
- master
10-
before_script:
11-
- git submodule update --init --recursive
128
script:
139
- script/build
1410
xcode_workspace: ReactiveObjC.xcworkspace

Cartfile.private

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "jspahrsummers/xcconfigs" "3d9d996"
2-
github "Quick/Quick" ~> 0.10
3-
github "Quick/Nimble" ~> 5.0
2+
github "Quick/Quick" ~> 1.2
3+
github "Quick/Nimble" ~> 7.0.2

Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "Quick/Nimble" "v5.0.0"
2-
github "Quick/Quick" "v0.10.0"
1+
github "Quick/Nimble" "v7.0.2"
2+
github "Quick/Quick" "v1.2.0"
33
github "jspahrsummers/xcconfigs" "3d9d99634cae6d586e272543d527681283b33eb0"

Carthage/Checkouts/Nimble

Submodule Nimble updated 138 files

Carthage/Checkouts/Quick

Submodule Quick updated 86 files

ReactiveObjCTests/NSObjectRACLiftingSpec.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
}];
367367

368368
[subject sendNext:testBlock];
369-
expect(result).notTo(beNil());
369+
expect((id)result).notTo(beNil());
370370

371371
result();
372372
expect(@(blockInvoked)).to(beTruthy());

0 commit comments

Comments
 (0)