[libvirt] [PATCH rust 3/5] update tested versions from 2.5.0 to 5.5.0

Sahid Orentino Ferdjaoui sahid.ferdjaoui at canonical.com
Thu Jul 4 10:15:27 UTC 2019


Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui at canonical.com>
---
 .travis.yml | 7 +++----
 README.md   | 2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c52f745..2267a8f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,11 +13,10 @@ matrix:
     - rust: nightly
 
 env:
-  - LIBVIRT=1.2.0  EXT=gz
-  - LIBVIRT=1.2.10 EXT=gz
-  - LIBVIRT=1.2.20 EXT=gz
   - LIBVIRT=2.5.0  EXT=xz
-  - LIBVIRT=3.3.0  EXT=xz
+  - LIBVIRT=3.10.0  EXT=xz
+  - LIBVIRT=4.10.0  EXT=xz
+  - LIBVIRT=5.5.0  EXT=xz
 
 install:
   - sudo apt-get -qqy build-dep libvirt
diff --git a/README.md b/README.md
index 5643f74..a359574 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ The bindings use standard errors handling from Rust. Each method
 
 ## Tests/Exercises
 
-CI is executing tests automatically from libvirt 1.2.0 to 3.3.0. Using
+CI is executing tests automatically from libvirt 2.5.0 to 5.5.0. Using
 Rust from stable, beta to nightly.
 
 * https://travis-ci.org/libvirt/libvirt-rust
-- 
2.20.1




More information about the libvir-list mailing list