Created
May 29, 2021 13:29
-
-
Save darwin/25fe01da19306e6faad352bcb4923ad5 to your computer and use it in GitHub Desktop.
Revisions
-
darwin created this gist
May 29, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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).