[java][rb] Remove cruft from old Travis CI environment by cgoldberg · Pull Request #16473 · SeleniumHQ/selenium
User description
💥 What does this PR do?
This PR removes all old references to the Travis CI environment from the codebase, since we no longer use it.
🔧 Implementation Notes
No functional changes to code.
🔄 Types of changes
- Cleanup (formatting, renaming)
- CI/Test
PR Type
Other
Description
-
Remove Travis CI environment references from test annotations
-
Delete
travisparameter from@Ignoreannotation interface -
Remove
isOnTravis()utility method and related conditionals -
Clean up Travis CI environment variable from Bazel configuration
Diagram Walkthrough
flowchart LR
A["Travis CI References"] -->|Remove from tests| B["@Ignore Annotations"]
A -->|Remove utility| C["TestUtilities.java"]
A -->|Remove from config| D[".bazelrc"]
A -->|Remove from platform| E["platform.rb"]
B --> F["Clean test files"]
C --> G["Delete isOnTravis method"]
D --> H["Delete TRAVIS env var"]
E --> I["Delete travis CI detection"]
File Walkthrough
| Relevant files | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Cleanup | 9 files
| ||||||||||||||||||
| Configuration changes | 1 files
|