Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui(a)canonical.com>
---
.travis.yml | 7 +++----
README.md | 2 +-
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 54f3c24..ebefca8 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.17.1