question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Migrate Travis CI from Services to Github Apps

See original GitHub issue

Description 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:

Deprecated Travis CI Service image

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:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
weiji14commented, Mar 26, 2020

Cool, I can see it under Settings -> Integrations & services now. Will try to trigger some builds and see how it goes.

0reactions
seismancommented, Mar 26, 2020

Looks good. I think I approved a few minutes ago,

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found