CI formula for dapple-organized projects
I've run dapple init in my repo.
What is the fastest way to get to a github-integrated CI solution based on dapple test?
short: travis ci + regex filter which fails if a fail string is found in stdout
long (3 Weeks) dapphub + oracle
Related: makerdao/maker-otc#10, with travis based solutions makerdao/maker-otc#29 and makerdao/maker-otc#31 (using dapple docker image).
All these PRs do is get a dapple install and run dapple test, so the solution isn't specific to maker-otc and could be used generally for dapple projects. I favour using a docker image of dapple as it is much faster to pull in, compared to npm installing. Building that image could be done automatically in a travis task on this repo.
Could have a dapple init ci which puts a basic .travis.yml into the repo. Then all the user has to do is create a travis-ci.org account and flip the switch on their github repo.