From c1e65471135344bf53095ba394984598aa405403 Mon Sep 17 00:00:00 2001 From: micafer Date: Tue, 20 Dec 2016 13:27:46 +0100 Subject: [PATCH] Fix error in travis test with libvirt package --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 88c38dc7fc..6c8511b563 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ addons: apt: packages: - graphviz - - libvirt + - libvirt-bin matrix: fast_finish: true @@ -62,7 +62,7 @@ matrix: packages: - graphviz - gcc - - libvirt + - libvirt-bin # For now allow failures of all the builds which use lxml allow_failures: - env: ENV=2.6-lxml