mozilla/authenticator-rs

Travis CI free usage ends Dec 3; mozilla repos should switch to other CI platforms

hwine opened this issue · 2 comments

hwine commented

We're opening this issue because your project has used Travis CI within the last 6 months. If you have already migrated off it, you can close and ignore this issue.

Travis CI is ending free builds on public repositories. travis-ci.com stopped providingthem in early November, and travis-ci.org will stop after December 31, 2020. To avoid disruptions to your workflows, you must migrate to another CI service.

For production use cases, we recommend switching to CircleCI. This service is already widely used within Mozilla. There is a guide to migrating from Travis CI to CircleCI available here.

For non production use cases, we recommend either CircleCI or Github Actions. There is a guide to migrating from Travis CI to Github Actions available here. Github Actions usage within Mozilla is new, and you will have to work with our github administrators to enable specific actions following this process.

If you have any questions, reach out in #github-admin:mozilla.org on matrix.

Hi, saw this issue and decided to do a drive-by PR. I built a GH Workflow and you can see the results here:
nothingismagick#1

Note, clippy is failing because it should be failing:
https://github.com/nothingismagick/authenticator-rs/pull/1/checks?check_run_id=1813006445

I imagine to use it here that you will have to enable workflows, and a follow-up PR should change the travis build status to reference the Action results (probably targeting your main branch and also running on a cronjob). I would also advise adding an Audit badge, since that too is run on a cronjob (and on modifications to the Cargo.toml file).

If you think this is OK, I can flatten those commits and merge that branch into my main branch, then will make a proper PR to here.