Migrate Travis CI from Services to Github Apps
See original GitHub issueDescription of the problem
Some travis CI test statuses are not being reported back to GIthub (see https://travis-ci.community/t/github-status-not-posted-on-commits-on-repositories-using-legacy-service-integration/7798), basically because we’re using the deprecated ‘Services’ integration:
So we’ll need to move to install the new Github Apps integration. Instructions can be found at https://docs.travis-ci.com/user/migrate/legacy-services-to-github-apps-migration-guide/. Also should take a look at our .travis.yml
which has some deprecated keys.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Migrating 50 or more private Repositories to GitHub Apps Guide
1. Install the gem #. gem install travis_migrate_to_apps · 2. Generate a GitHub personal access token with repo scope # · 3. Activate...
Read more >Migrating from Travis CI to GitHub Actions
GitHub Actions and Travis CI share multiple similarities, which helps make it relatively straightforward to migrate to GitHub Actions.
Read more >Migrate From Travis CI to GitHub Actions - Okta Developer
Migrate From Travis CI to GitHub Actions · The Travis-CI Config · First Steps to GitHub Actions · Matrix Builds with GitHub Actions...
Read more >CI platform migration: from Travis CI to GitHub Actions
GitHub Actions provides a flexible CI function and can be a good substitute for Travis CI. This article will show how I migrate...
Read more >Migrate From Travis CI - CircleCI
With Travis CI you can upload build artifacts either manually using AWS S3 or as an attachment to a GitHub Release. On CircleCI,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Cool, I can see it under Settings -> Integrations & services now. Will try to trigger some builds and see how it goes.
Looks good. I think I approved a few minutes ago,