]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: compatibility with Ubuntu Precise
authorVincent Bernat <vincent@bernat.im>
Fri, 5 Feb 2016 07:33:21 +0000 (08:33 +0100)
committerVincent Bernat <vincent@bernat.im>
Fri, 5 Feb 2016 07:33:21 +0000 (08:33 +0100)
.travis/install.sh

index 34f7d1b943d59721981f2ab15f10391347e962dd..d758d5abd591226fa83aa156ef85061162a40382 100755 (executable)
@@ -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