diff options
author | Andrea Bolognani <abologna@redhat.com> | 2018-01-12 11:41:06 +0100 |
---|---|---|
committer | Andrea Bolognani <abologna@redhat.com> | 2018-01-12 14:40:58 +0100 |
commit | 85604bc332159d1c1c37bcc5c02a5ca81814e0d0 (patch) | |
tree | c4b8086e0fe90148d2225b0de263927daf6fbbfd /.travis.yml | |
parent | 3e61c2129c21fe5d91d9d8a0799076d9490a9d47 (diff) | |
download | libvirt-85604bc332159d1c1c37bcc5c02a5ca81814e0d0.tar.gz |
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 <abologna@redhat.com>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |