Skip to content

Commit b9d058a

Browse files
philographerfacebook-github-bot
authored andcommitted
Remove references to Travis
Summary: react-native project is migrated travis to circleCI. but the document has some leavings. Only Docs Edited #16354 #16364 [ DOCS] Remove references to Travis changed Releases.md changed RNTester/RNTesterIntegrationTests/RNTesterSnapshotTests.m changed scripts/android-e2e-test.js Closes #17733 Differential Revision: D6806336 Pulled By: shergin fbshipit-source-id: 22d21995d718a89bb831f75ed2ff6074dd22c6fe
1 parent 298f3bb commit b9d058a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

RNTester/RNTesterIntegrationTests/RNTesterSnapshotTests.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ - (void)test##name \
4848
// No switch or slider available on tvOS
4949
RCT_TEST(SwitchExample)
5050
RCT_TEST(SliderExample)
51-
// TabBarExample on tvOS passes locally but not on Travis
5251
RCT_TEST(TabBarExample)
5352
#endif
5453

Releases.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ The following are required for the local test suite to run:
3636

3737
### Step 1: Check everything works
3838

39-
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.
39+
Before cutting a release branch, make sure [Circle](https://circleci.com/gh/facebook/react-native) CI system is green.
40+
4041

4142
Before executing the following script, make sure you have:
4243
- An Android emulator / Genymotion device running

scripts/android-e2e-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* LICENSE file in the root directory of this source tree. An additional grant
77
* of patent rights can be found in the PATENTS file in the same directory.
88
*
9-
* Used in run-ci-e2e-test.js and executed in Travis and Circle CI.
9+
* Used in run-ci-e2e-test.js and executed in Circle CI.
1010
* E2e test that verifies that init app can be installed, compiled, started and Hot Module reloading and Chrome debugging work.
1111
* For other examples of appium refer to: https://github.com/appium/sample-code/tree/master/sample-code/examples/node and
1212
* https://www.npmjs.com/package/wd-android

0 commit comments

Comments
 (0)