-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate Travis CI from Services to Github Apps #403
Comments
Oops, sorry @GenericMappingTools/python, if anyone received an email from Travis about installing something, just ignore it for now. |
Ok, there should be a new request to install the Travis CI GIthub App for PyGMT. If one of you can approve it, that would be great. |
Yes, I think they're migrating everything to .com now. See https://devops.stackexchange.com/questions/1201/whats-the-difference-between-travis-ci-org-and-travis-ci-com |
Looks good. I think I approved a few minutes ago, |
Cool, I can see it under Settings -> Integrations & services now. Will try to trigger some builds and see how it goes. |
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:
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.The text was updated successfully, but these errors were encountered: