Skip to content

Instantly share code, notes, and snippets.

@darwin
Created May 29, 2021 13:29
Show Gist options
  • Save darwin/25fe01da19306e6faad352bcb4923ad5 to your computer and use it in GitHub Desktop.
Save darwin/25fe01da19306e6faad352bcb4923ad5 to your computer and use it in GitHub Desktop.

Revisions

  1. darwin created this gist May 29, 2021.
    9 changes: 9 additions & 0 deletions readme.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    I successfully migrated [canary repo](https://github.com/cljs-oss/canary) 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](https://github.com/cljs-oss/canary/commit/9f11ecc45441f807e1ab427e1c07bc681e8083f1).

    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](https://github.com/cljs-oss/canary/blob/master/readme.md) and update your tokens in [travis.yml in the jobs branch](https://github.com/cljs-oss/canary/blob/jobs/.travis.yml).