From 37c5a5b0d55ecdca1bad156a7e6e3f8f09f816a6 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Thu, 24 Mar 2016 10:59:20 -0700 Subject: [PATCH] install qemu on travis --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index 2d95397fc..d6bbe7399 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -73,6 +73,7 @@ bootstrap: done travis: + @sudo apt-get install -y qemu @sh -c "'$(PWD)/scripts/update_docker.sh'" @sh -c "'$(PWD)/scripts/install_rkt.sh'"