From 8e72020a0c701ccd69b630f09d0881166fd7be95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hogyun=20Yu=E3=80=80=E3=80=80=28aka=20Philographer=29?= Date: Thu, 25 Jan 2018 11:33:13 +0900 Subject: [PATCH 1/3] Update Releases.md --- Releases.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Releases.md b/Releases.md index 90cdb50cddc40c..62e0a8f5c1d3ae 100644 --- a/Releases.md +++ b/Releases.md @@ -36,7 +36,8 @@ The following are required for the local test suite to run: ### Step 1: Check everything works -Before cutting a release branch, make sure CI systems [Travis](https://travis-ci.org/facebook/react-native) and [Circle](https://circleci.com/gh/facebook/react-native) are green. +Before cutting a release branch, make sure [Circle](https://circleci.com/gh/facebook/react-native) CI system is green. + Before executing the following script, make sure you have: - An Android emulator / Genymotion device running From ecdaf995529b3d429f7af7396e42e70bcda110c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hogyun=20Yu=E3=80=80=E3=80=80=28aka=20Philographer=29?= Date: Thu, 25 Jan 2018 11:36:04 +0900 Subject: [PATCH 2/3] Update android-e2e-test.js --- scripts/android-e2e-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/android-e2e-test.js b/scripts/android-e2e-test.js index 9b0f640a4aeecc..1feda1e4fe35a1 100644 --- a/scripts/android-e2e-test.js +++ b/scripts/android-e2e-test.js @@ -6,7 +6,7 @@ * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * - * Used in run-ci-e2e-test.js and executed in Travis and Circle CI. + * Used in run-ci-e2e-test.js and executed in Circle CI. * E2e test that verifies that init app can be installed, compiled, started and Hot Module reloading and Chrome debugging work. * For other examples of appium refer to: https://github.com/appium/sample-code/tree/master/sample-code/examples/node and * https://www.npmjs.com/package/wd-android From d4fd7440757742b8077e5dc166d6b0aa50de828e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hogyun=20Yu=E3=80=80=E3=80=80=28aka=20Philographer=29?= Date: Thu, 25 Jan 2018 11:38:46 +0900 Subject: [PATCH 3/3] Update RNTesterSnapshotTests.m --- RNTester/RNTesterIntegrationTests/RNTesterSnapshotTests.m | 1 - 1 file changed, 1 deletion(-) diff --git a/RNTester/RNTesterIntegrationTests/RNTesterSnapshotTests.m b/RNTester/RNTesterIntegrationTests/RNTesterSnapshotTests.m index 4ba1e184a42422..2e9afbd3d0bd58 100644 --- a/RNTester/RNTesterIntegrationTests/RNTesterSnapshotTests.m +++ b/RNTester/RNTesterIntegrationTests/RNTesterSnapshotTests.m @@ -48,7 +48,6 @@ - (void)test##name \ // No switch or slider available on tvOS RCT_TEST(SwitchExample) RCT_TEST(SliderExample) -// TabBarExample on tvOS passes locally but not on Travis RCT_TEST(TabBarExample) #endif