googlearchive / ci-runner

27 stars 6 forks source link

Travis #41

Open nevir opened 9 years ago

nevir commented 9 years ago

So, I know this project is basically travis-lite, but we might be able to get travis to do what we want. Specifically, we really just need Travis support for locking down the commands that can be run (i.e. registered on their end somewhere). Worth thinking about to reduce complexity.

kevinpschaaf commented 9 years ago

i.e., .travis.yml stored on their server per repo rather than in the repo?

kevinpschaaf commented 9 years ago

Actually, all they would need to do is allow you to register a private gist URL on the page where you manage your repos. That way they don't even have to support editing the file... Want to try proposing that to them?