0

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 ?

4givN
  • 2,936
  • 2
  • 22
  • 51

1 Answers1

1

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

4givN
  • 2,936
  • 2
  • 22
  • 51