You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question about the repository rather than its contents: who enabled Travis integration for cplusplus/draft? I put together some basic CI for cplusplus/LWG and checked it in a while back, but can't find someone with the permissions to enable Travis integration for the repo.
@CaseyCarter I did the initial work on the .travis.yml configuration file. I think @zygoloid flipped the switch to grant Travis CI access to the repository, but I'm not sure on that. I think it requires a repository owner to enable the integration (but I'm not sure as Github has changed their user permissions model since I last dug into it).
Activity
godbyk commentedon Jan 6, 2019
@CaseyCarter I did the initial work on the
.travis.yml
configuration file. I think @zygoloid flipped the switch to grant Travis CI access to the repository, but I'm not sure on that. I think it requires a repository owner to enable the integration (but I'm not sure as Github has changed their user permissions model since I last dug into it).tkoeppe commentedon May 4, 2022
I think we've moved away from Travis in favour of GitHub actions since, whose configuration you can see in https://github.com/cplusplus/draft/blob/main/.github/workflows/check.yml. Is there anything else you want help with, @CaseyCarter?
CaseyCarter commentedon May 4, 2022
No, I should have closed this years ago. Thanks!