Skip to content

Commit

Permalink
Remove references to Travis
Browse files Browse the repository at this point in the history
Summary:
react-native project is migrated travis to circleCI.
but the document has some leavings.

Only Docs Edited

facebook#16354
facebook#16364

[ DOCS] Remove references to Travis
changed Releases.md
changed RNTester/RNTesterIntegrationTests/RNTesterSnapshotTests.m
changed scripts/android-e2e-test.js
Closes facebook#17733

Differential Revision: D6806336

Pulled By: shergin

fbshipit-source-id: 22d21995d718a89bb831f75ed2ff6074dd22c6fe
  • Loading branch information
philographer authored and facebook-github-bot committed Jan 25, 2018
1 parent 298f3bb commit b9d058a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion RNTester/RNTesterIntegrationTests/RNTesterSnapshotTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion Releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/android-e2e-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9d058a

Please sign in to comment.