The first two patches make the test matrix a little bit more flexible, and the fourth patch enables the 32-bit builds on x86. But the most important patch is likely the third one: It is possible to test with KVM on Travis now, so we can run the tests within a real KVM environment, without TCG! The only caveat is that qemu-system-x86_64 has to run as root ... fixing only the permissions of /dev/kvm did not help here, I still got a "Permission denied" in that case. Thomas Huth (5): travis.yml: Re-arrange the test matrix travis.yml: Install only the required packages for each entry in the matrix travis.yml: Test with KVM instead of TCG (on x86) travis.yml: Test the i386 build, too travis.yml: Expect that at least one test succeeds .travis.yml | 155 +++++++++++++++++++++++++++++++++++----------------- 1 file changed, 104 insertions(+), 51 deletions(-) -- 2.23.0