Skip to content

Instantly share code, notes, and snippets.

@darwin
Created May 29, 2021 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darwin/25fe01da19306e6faad352bcb4923ad5 to your computer and use it in GitHub Desktop.
Save darwin/25fe01da19306e6faad352bcb4923ad5 to your computer and use it in GitHub Desktop.
notes on migration to travis-ci.com

I successfully migrated canary repo under my travis-ci.com account. All seems to work for now. Didn't ask for any credits of OSS yet.

The api endpoint is hard-coded so all old travis-ci.org-associated projects started failing since I switched it to travis-ci.com.

How to migrate your projects:

  1. Use the magic "migrate" button to move them from travis-ci.org to travis-ci.com (If your repos are associated with travis-ci.org, you won't see them under travis-ci.com).
  2. Travis access token is different for travis-ci.com, so old tokens won't work. Please follow the readme and update your tokens in travis.yml in the jobs branch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment