[CI] Remove Travis code (LRN-51189)#103
Merged
Merged
Conversation
Contributor
Author
|
Auggie Code Review: Reviewing Travis Changes One thing to flag before merging given the "remove Travis and all references" requirement: the committed release artifact learnosity_sdk-1.2.1.zip still contains the old README.md content with a Travis reference inside the archive (the repo-wide text search won't catch this because it's inside the zip). If that zip is meant to stay in-repo, it should be regenerated to reflect the updated README (or removed if it's just a stale artifact). |
Contributor
Author
|
No need to update the zip, it will be regenerated next release |
breier
approved these changes
May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove Travis CI configuration and references
This PR removes Travis CI from the repository as it is no longer in use within the organization. The changes include removing the .travis.yml configuration file and the Travis CI build status badge from both the main README and the distribution package README. This is a purely cosmetic change that does not impact the SDK functionality, tests, or dependencies in any way.