Hi guys,
I tried to get docker installed into our VM in travis-ci, but travis has a 2.6.32 kernel, while docker (actually, LXC) requires a 3.8 kernel. The travis-ci guys told they're only able to provide 2.6.32 for now, which means we won't be able to have any virtualization there to be able to have end-to-end tests in our builds any time soon.
Anyway, I'm starting to build some end-to-end tests to run locally, and I'll use docker so that we can automate tests for different distributions. I hope to get some help from Fernando to get this up and running. :-D