Travis-ci doesn't display organization's repo

402 Views Asked by At

I was able to give travis-ci a permission to access my github organization (like this).

But when I go to travis-ci settings, it is still telling me You are not currently a member of any organization enter image description here

Which is wrong because if I go to my github setting, travis-ci shows me it has access to the organization.

enter image description here

What I tried:

  • sign out then sign in again (like proposed here): NOT WORKING
  • clear browser cookies (like proposed here): NOT WORKING TOO

Any other idea to fix it ?

1

There are 1 best solutions below

0
On BEST ANSWER

After the org owner gave travis-ci permission to access the org, I still need to do this step:

Meaning:

  • the org owner invites you to be part of the org.
  • you accept the invitation & make sure to switch your visibility to public

Now I can see the org from travis-ci enter image description here