maelvls / homebrew-amc

🍺 Homebrew formula for auto-multiple-choice 📖
https://www.auto-multiple-choice.net/download-macosx.en
34 stars 10 forks source link

Move from Travis CI to Azure pipelines #27

Closed maelvls closed 3 years ago

maelvls commented 5 years ago
  1. the vscode-cpptools cites multiple reasons:

    Github, January 31, 2019: GitHub stops delivering installed services' events on GitHub.com. This will cause Travis-CI to stop working for PRs. Travis CI: An Account may only be used by one single person. The Customer is entitled to create separate Accounts for his employees.

    Note: travis-ci.org is moving to travis-ci.com; doing so, they will start using the github-app integration and avoid this Jan. 31, 2019 deadline (see here)

  2. Homebrew is moving away from Travis CI internally (see also this comment from Mike and the discussion on moving on Sept. 2018)

  3. nunit is moving from travis-ci to azure pipelines

    Hey, are we interested in using this for some or all of our builds? We don't have parallel jobs on Travis and sometimes Travis machines have network issues. This looks pretty exciting: Starting today, Azure Pipelines provides unlimited CI/CD minutes and 10 parallel jobs to every open source project for free. All open source projects run on the same infrastructure that our paying customers use. That means you’ll have the same fast performance and high quality of service.

maelvls commented 4 years ago

Argh, I might not have the time to do it 😕

maelvls commented 3 years ago

I guess GitHub Actions would be a better fit now.

maelvls commented 3 years ago

I finally had time to move away from Travis!! The tap is now running with GitHub Actions. See #57 for more details.