-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move from Travis CI to GitHub Actions #397
Conversation
@developit, @marvinhagemeister — could you please review this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@marvinschopf — thanks for making this change! Could you please also update the badge in README.md
to point to GitHub actions instead of Travis CI?
You can use something like the following (based on what I use in my personal projects):
[![Build Status][github-ci-badge]][github-ci-url]
[github-ci-badge]: https://github.com/preactjs/preact-router/actions/workflows/node.js.yml/badge.svg
[github-ci-url]: https://github.com/preactjs/preact-router/actions/workflows/node.js.yml
Co-authored-by: Ryan Christian <[email protected]>
Added your suggestions as a commit
This project hasn't been using Travis CI for a long time, but the README still shows the old Travis CI badge which currently shows build status as "unknown". This implements my earlier suggestion on the original PR to migrate from Travis CI to GitHub Actions: preactjs#397 .
This project hasn't been using Travis CI for a long time, but the README still shows the old Travis CI badge which currently shows build status as "unknown". This implements my earlier suggestion on the original PR to migrate from Travis CI to GitHub Actions: preactjs#397 .
This project hasn't been using Travis CI for a long time, but the README still shows the old Travis CI badge which currently shows build status as "unknown". This implements my earlier suggestion on the original PR to migrate from Travis CI to GitHub Actions: preactjs#397 .
This project hasn't been using Travis CI for a long time, but the README still shows the old Travis CI badge which currently shows build status as "unknown". This implements my earlier suggestion on the original PR to migrate from Travis CI to GitHub Actions: #397 .
This project hasn't been using Travis CI for a long time, but the README still shows the old Travis CI badge which currently shows build status as "unknown". This implements my earlier suggestion on the original PR to migrate from Travis CI to GitHub Actions: preactjs/preact-router#397 .
Hello!
I ported the Travis CI workflow to GitHub Actions in this pull request.
Travis now no longer offers unrestricted unlimited free builds for open source projects, has become very slow at times and is shutting down their
travis-ci
.org platform in a few weeks. So unfortunately, in my eyes, it is time to leave Travis CI behind and switch to GitHub Actions.Kind regards
Marvin