Skip to content

Commit 0f2d052

Browse files
committed
Update test runners to iOS10.3
1 parent d7b64da commit 0f2d052

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

RNTester/RNTesterIntegrationTests/RNTesterSnapshotTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ - (void)test##name \
4747
RCT_TEST(SwitchExample)
4848
RCT_TEST(SliderExample)
4949
// TabBarExample on tvOS passes locally but not on Travis
50-
// RCT_TEST(TabBarExample) // Current broken in Travis CI
50+
RCT_TEST(TabBarExample)
5151
#endif
5252

5353
- (void)testZZZNotInRecordMode

scripts/objc-test-ios.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cd "$ROOT"
1515

1616
SCHEME="RNTester"
1717
SDK="iphonesimulator"
18-
DESTINATION="platform=iOS Simulator,name=iPhone 5s,OS=10.1"
18+
DESTINATION="platform=iOS Simulator,name=iPhone 5s,OS=10.3.1"
1919

20-
# If there is a "test" argument, pass it to the test script.
20+
# If there's a "test" argument, pass it to the test script.
2121
. ./scripts/objc-test.sh $1

scripts/objc-test-tvos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cd "$ROOT"
1515

1616
SCHEME="RNTester-tvOS"
1717
SDK="appletvsimulator"
18-
DESTINATION="platform=tvOS Simulator,name=Apple TV 1080p,OS=10.1"
18+
DESTINATION="platform=tvOS Simulator,name=Apple TV 1080p,OS=10.2"
1919

2020
# If there's a "test" argument, pass it to the test script.
2121
. ./scripts/objc-test.sh $1

0 commit comments

Comments
 (0)