You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/12/27 08:35:18 UTC

[4/7] libcloud git commit: Fix problem with libvirt package in tests

Fix problem with libvirt package in tests


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/31caddd7
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/31caddd7
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/31caddd7

Branch: refs/heads/trunk
Commit: 31caddd780701dddd10cf5c6a7f5e86318e9dce2
Parents: d551369
Author: micafer <mi...@upv.es>
Authored: Fri Dec 16 09:52:52 2016 +0100
Committer: micafer <mi...@upv.es>
Committed: Fri Dec 16 09:52:52 2016 +0100

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/31caddd7/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 88c38dc..e755c7d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ addons:
   apt:
     packages:
       - graphviz
-      - libvirt
+      - libvirt-bin
 
 matrix:
   fast_finish: true