Hollywood / remove-outside-collaborators

A GitHub Probot App that removes any Outside Collaborators added to your Organization.
https://github.com/apps/remove-outside-collaborators
ISC License
21 stars 13 forks source link

travis ci hooks #25

Open kreig303 opened 4 years ago

kreig303 commented 4 years ago

we have a .travis.yml but the hooks aren't set up to trigger it on PRs.

Hollywood commented 4 years ago

@kreig303 we can get rid of this, I believe it was a product of the scaffolding process when running create-probot-app.

kreig303 commented 4 years ago

@Hollywood i would rather we didn’t. we can actually setup a project on travis-ci.org to do the ci on repo actions like push or prs. i’ve used it on other projects. it would have some actual utility.

as you are the repo owner and i can’t add hooks with my rights it would be up to you to set it up. alternatively i could set it up on my fork so you get an idea of how it works.

kreig303 commented 4 years ago

of course until #18 is addressed every build will fail 😌