Hacker News new | ask | show | jobs
by lewiscollard 2859 days ago
I like the idea of CI to enforce it :) I'm tempted; I wonder what the GP uses for that.
1 comments

We use Travis CI for checks as well as github and travis webhooks to deliver warnings to specific committers who need to fix the errors in a particular PR. Scheduled Travis CI checks send alerts to the general channel if the master branch starts failing.