From: David Given Date: Sat, 26 Nov 2016 10:29:57 +0000 (+0100) Subject: Travis only whitelists the -x86 version of qemu. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=90e3d45c696130a99a82a889030079db84edd12b;p=ack.git Travis only whitelists the -x86 version of qemu. --- diff --git a/.travis.yml b/.travis.yml index 9db308dea..a73c139d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ addons: packages: - ed - openbios-ppc - - qemu-system-i386 + - qemu-system-x86 git: depth: 10