ci: replace travis with github actions#290
Merged
UlisesGascon merged 4 commits intoexpressjs:masterfrom May 14, 2024
inigomarquinez:ci/migrate-travis-to-gh-actions
Merged
ci: replace travis with github actions#290UlisesGascon merged 4 commits intoexpressjs:masterfrom inigomarquinez:ci/migrate-travis-to-gh-actions
UlisesGascon merged 4 commits intoexpressjs:masterfrom
inigomarquinez:ci/migrate-travis-to-gh-actions
Conversation
Member
|
The new pipeline works as expected, see for more details. |
Member
|
I was not able to remove the project from Travis, maybe @wesleytodd can do the magic? https://app.travis-ci.com/github/expressjs/morgan |
Member
|
I do have access to the administrative parts, but I am not sure what to do. I have not really used travis in so long I don't think I have ever seen this UI for managing things. I checked "off" the "build branches" and "build prs". Is that enough? |
Merged
Euan-Tom
added a commit
to Euan-Tom/morgan
that referenced
this pull request
Dec 21, 2025
- PR-URL: expressjs/morgan#290 - This commit drops support for Travis
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.
This PR migrates the CI from travis to GitHub actions (agreed to migrate to GH actions here)
@UlisesGascon, the project would need to be removed from travis
The new ci action and README.md changes are based on the respective files in cookie repository
Action passing at my fork