Run integration tests every day
Set up the integration tests to run in TravisCI every day.
Cool idea @ramonza, I believe you are referring to cron jobs on Travis-CI https://docs.travis-ci.com/user/cron-jobs/
Perhaps we need to define the yaml file for our language dependencies then figure out how to notify everyone of test failures, perhaps we can make an email that forwards to all of us(or those that'd like to know) when things break.
I just wrote up this https://github.com/census-instrumentation/opencensus-experiments/pull/20 which might be a nicer step towards adding webhooks per repo that'll trigger integration tests and email everyone involved as they please.