TestingResearchIllinois / starts

STARTS - A tool for STAtic Regression Test Selection
Other
29 stars 37 forks source link

Migrate to travis-ci.com #84

Closed jtx1999 closed 2 years ago

jtx1999 commented 3 years ago

travis-ci.org will be deprecated.

benjamin-shen commented 2 years ago

Steps:

  1. It seems like Travis CI changed their pricing model (https://www.travis-ci.com/pricing/) and now would require paid credits. Determine if we should continue using Travis CI or move away. Related posts: curl, earthly.dev.
  2. If we choose to migrate, a project maintainer would need to log in or create an account on travis-ci.com and connect the STARTS repository on the migration tab of the settings page (https://app.travis-ci.com/account/migrate), which will prompt an installation of the Travis CI application on all/select Github repositories (https://github.com/settings/installations/29866009). Then, builds will be enabled on https://app.travis-ci.com/github/TestingResearchIllinois/starts.
  3. Update the build status badge from .org to .com in the project's main readme. There may need to be a new build triggered on the master branch.
owolabileg commented 2 years ago

We are deciding to move to GitHub Actions.