-
Notifications
You must be signed in to change notification settings - Fork 309
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
Move more Travis jobs to GitHub Actions #709
Conversation
Looks like the Travis check is still "Required", but |
I've never configured Travis except through the .yml file and uploading encrypted secrets. If some checks are required and others not, I'm not sure where that's configured. I scrolled around the Travis and Github settings and don't see anything about configuring which checks are required or not. I also searched the Internet, but didn't find anything relevant. It's possible I don't have access either. Does anyone else know what steps are required? |
@di Any thoughts? Is this possibly at the organization level? |
It's configured via the branch protection rules: I've configured |
Thanks, @di! Travis is still showing up as required on this PR. Assuming you disabled it, I'm going to close and reopen this to see if it's all set. |
Hm. Doesn't look like it. |
e39701f
to
d6cf1b2
Compare
Sorry, I missed that. Done. |
Aha! Thanks for that tip. I see that the default behavior is not to have any rules, so no checks are required. I'll probably not enable this feature on my other repos, just because of the toil it would entail to set up and maintain. |
Closes #650.
Changes
release
job based on jaraco/skeleton.travis.yml
TODO