Travis only whitelists the -x86 version of qemu.
authorDavid Given <dg@cowlark.com>
Sat, 26 Nov 2016 10:29:57 +0000 (11:29 +0100)
committerDavid Given <dg@cowlark.com>
Sat, 26 Nov 2016 10:29:57 +0000 (11:29 +0100)
.travis.yml

index 9db308d..a73c139 100644 (file)
@@ -8,7 +8,7 @@ addons:
         packages:
         - ed
         - openbios-ppc
-        - qemu-system-i386
+        - qemu-system-x86
 
 git:
     depth: 10