From 85604bc332159d1c1c37bcc5c02a5ca81814e0d0 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Fri, 12 Jan 2018 11:41:06 +0100 Subject: [PATCH] travis: Skip nfs-common installation 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 Reviewed-by: Daniel P. Berrange --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a62c8eb046..3f26a1eeee 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