Installing nfs-common is broken on trusty since build #807
https://travis-ci.org/libvirt/libvirt/builds/326705054
It's probably a transient error on Travis' side, so just comment
it out for the time being to allow builds to proceed.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index a62c8eb04..3f26a1eee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,7 +66,7 @@ addons:
- libyajl-dev
- lvm2
- make
- - nfs-common
+# - nfs-common # broken on trusty since build #807 (2018-01-09)
- open-iscsi
- parted
- patch
--
2.14.3