From c596139ce0e0db828b65261ce7da3ee7e2e6fc9c Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 5 Feb 2016 08:33:21 +0100 Subject: [PATCH] travis: compatibility with Ubuntu Precise --- .travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/install.sh b/.travis/install.sh index 34f7d1b9..d758d5ab 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -32,7 +32,7 @@ case "$(uname -s)" in check [ x"$RUN_INTEGRATION" != x"1" ] || \ sudo apt-get -qqy install \ - vde2 iproute2 qemu-system-x86 \ + vde2 iproute qemu \ bridge-utils busybox ;; esac -- 2.39.5